INSTALL
上传用户:kjfoods
上传日期:2020-07-06
资源大小:29949k
文件大小:2k
源码类别:

midi

开发平台:

Unix_Linux

  1. INSTALL file for the VLC media player
  2. More extensive information for *nix, Windows, Mac OS X and BeOS users can be
  3. found here: http://developers.videolan.org/vlc/
  4. Bootstrapping VLC
  5. =================
  6. If you retrieved VLC from the git server and do not have a "configure"
  7. script, please refer to the HACKING file.
  8. Configuring VLC
  9. ===============
  10. A typical way to configure VLC is:
  11.    ./configure --prefix=/usr
  12. See `./configure --help' for more information.
  13. If you intend to debug stuff, you may want to compile with debugging
  14. symbols:
  15.    make distclean ; ./configure --prefix=/usr --enable-debug
  16. We recommend using GCC to build VLC, though some people reported success
  17. with the Intel C compiler (version 8) as well. GCC version 3.3 or higher is
  18. required. On older systems (e.g. FreeBSD 4.x, BeOS), please select a more
  19. recent version manually by setting the CC and CXX environment variables
  20. appropriately while running the ./configure shell script.
  21. Building VLC
  22. ============
  23. Once configured, run `make' to build VLC.
  24. Installing and running VLC
  25. ==========================
  26. You can install the VLC and its plugins by typing:
  27.    make install
  28. But you don't need to install it if you don't want to; VLC can be launched
  29. from the current directory as well:
  30.    ./vlc
  31. Building packages
  32. =================
  33. To build a Debian package, you need to get the packaging info
  34.    svn co svn://svn.debian.org/pkg-multimedia/videolan/vlc/debian debian 
  35. and then
  36.    dpkg-buildpackage -rfakeroot -us -uc
  37. To build RPM packages, copy a spec file from extra/package/rpm and:
  38.    rpm -ba vlc.spec
  39. To build an ipkg package (iPAQ familiar Linux), use:
  40.    ipkg-buildpackage