INSTALL
上传用户:riyaled888
上传日期:2009-03-27
资源大小:7338k
文件大小:1k
源码类别:

多媒体

开发平台:

MultiPlatform

  1. $Id: INSTALL 9004 2004-10-17 13:48:57Z hartman $
  2. INSTALL file for the VLC media player
  3. More extensive information for *nix, Windows, Mac OS X and BeOS users can be found here: 
  4. http://developers.videolan.org/vlc/
  5. Bootstrapping VLC
  6. =================
  7. If you retrieved VLC from the SVN server and do not have a "configure"
  8. script, please refer to the HACKING file.
  9. Configuring VLC
  10. ===============
  11. A typical way to configure VLC is:
  12.    ./configure --prefix=/usr --enable-wxwindows
  13. See `./configure --help' for more information.
  14. If you intend to debug stuff, you may want to compile with debugging
  15. symbols:
  16.    make distclean ; ./configure --prefix=/usr --enable-wxwindows --enable-debug
  17. Building VLC
  18. ============
  19. Have a look at the generated Makefile.opts file, you may want to choose
  20. which modules will be compiled as plugins, and which ones will remain in
  21. the core application. The configure script tries to guess for you.
  22. Once configured, run `make' to build VLC.
  23. Installing and running VLC
  24. ==========================
  25. You can install the VLC and its plugins by typing:
  26.    make install
  27. But you don't need to install it if you don't want to; VLC can be launched
  28. from the current directory as well:
  29.    ./vlc
  30. Building packages
  31. =================
  32. To build a Debian package, you may use:
  33.    dpkg-buildpackage -rfakeroot -us -uc
  34. To build RedHat packages, use:
  35.    rpm -ba vlc.spec
  36. To build an ipkg package (iPAQ familiar Linux), use:
  37.    ipkg-buildpackage