INSTALL 1.5 KB

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