Changes between Version 61 and Version 62 of Documentation/VLC
- Timestamp:
- May 31, 2010, 5:28:39 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Documentation/VLC
v61 v62 284 284 285 285 === Compile the modified VLC === 286 Before you start, you need to install the dependencies. On Ubuntu you can get alldependencies via: {{{sudo apt-get build-dep vlc}}}286 Before you start, please install the vlc build-dependencies. On Ubuntu you can get all the dependencies via: {{{sudo apt-get build-dep vlc}}} 287 287 288 288 Then prepare the code by running {{{./bootstrap}}} and {{{./configure}}} with suitable parameters.[[BR]] 289 On an Ubuntu system withVLC already installed, you can get it's configure parameters via: {{{vlc --version --verbose=2}}}289 If you have a version of VLC already installed, you can get it's configure parameters via: {{{vlc --version --verbose=2}}} 290 290 291 291 We recommend the following configure line: … … 295 295 }}} 296 296 297 Then, compile VLC via {{{make}}} and install it via {{{make install}}}297 Having the code successfully configured, compile VLC via {{{make}}} and install it via {{{make install}}} 298 298 299 299 For further instructions about compiling vlc please have at look at: http://wiki.videolan.org/UnixCompile