Я новичок в пользовании Linux Ubuntu 6,06. Как получилось: прикола ради установил на комп сестре именно этот Linux Ubuntu 6,06, Сетра ноет - верни винду, А не знаю как,
Ей всего-то надо: интернет, музыка, видео, Интернет сам заработал, с музыкой (mp3 & wav) с трудом разобрался и установил кодеки. А вот видео никак пока,,,
Помогите понять, Переведите кто вот это на русский язык
Building and installing xine from source
What do I need to compile everything properly?
First of all an official and stable release of gcc. Also be aware that patched gcc versions may break parts of xine and are therefore not supported by the xine project.
Furthermore you'll have to use GNU make to compile xine. On most GNU/Linux systems "make" is GNU make - on other platforms use "gmake" instead. Also, zlib is required (including the appropriate header files, which are often found in a package called zlib-devel or similar.)
If you want to compile xine from CVS, you'll need to have the autobuild tools installed (automake, autoconf and libtool - in recent versions).
Frontends might need additional libraries, e.g. for gxine you'll need to have GTK2 installed. Make sure you have not only the shared libraries themselves but also the header files (often packaged seperately as so-called -dev packages) on your system.
Some plugins that come with the xine engine need additional libraries (otherwise they will not be built). For example, libogg and libvorbis (plus their include files) are needed for ogg/vorbis support. Most notably, if you want to see any video on your X11 desktop (and that's what you're here for, isn't it?), you need the X developer packages as well.
Don't worry about this too much right now, xine's configure (see below) will check for all the stuff needed and will tell you what's missing (which means that you should check the output it produces carefully
How do I compile xine?
Simple build instructions for beginners
Download the latest xine-lib and gxine/xine-ui tarballs, then follow these instruction. To unpack a tarball, use:
tar xfvz tarballname.tar.gz
The following instructions will install xine in /usr/local where it will be visible for all users. You need root privileges to do this on most systems.
After unpacking xine-lib, issue:
./configure
make install
Make sure your /etc/ld.so.conf contains /usr/local/lib and continue with:
ldconfig
Now unpack your frontend (gxine or xine-ui or ...), then:
./configure
make install
Complete build instructions
The build process is the same for all of the xine modules.
You have to start with xine-lib. If built and installed successfully, you can continue with the frontend(s).
If you have installed xine-lib to a non-standard prefix, make sure that you have $prefix/bin in your PATH and that your linker finds libs in $prefix/lib - otherwise trying to build modules that rely on xine-lib will fail with configure complaining about not finding certain parts of libxine. Using bash you can do something like:
export PATH="$prefix/bin:$PATH"
export LD_LIBRARY_PATH="$prefix/lib:$LD_LIBRARY_PATH"
to make sure libxine can be found by the frontend(s).
Last but not least. Here the build instructions. As stated earlier, those are the same for every xine module.
./autogen.sh [-> *only* if you checked your sources out of CVS]
./configure
make
make install
Нифига не понять. Литературы нет толковой (по крайней мере в Эстонии).
Я должен скачать эти tarballs. А где их разместить? Так и оставить нераспакованными на рабочем столе? или там же на столе их распаковать? А команду на распаковку точно в терминале (Терминал среды GNOME 2.14.2) набирать?
Я крутил и так и эдак - у Ubuntu ноль эмоций.