Changes between Version 62 and Version 63 of Documentation/VLC
- Timestamp:
- May 31, 2010, 5:30:48 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Documentation/VLC
v62 v63 284 284 285 285 === Compile the modified 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 288 Then prepare the code by running {{{./bootstrap}}} and {{{./configure}}} with suitable parameters.[[BR]] 286 Before you start, please install the vlc build-dependencies. On Ubuntu you can get all the dependencies via: 287 {{{ 288 sudo apt-get build-dep vlc 289 }}} 290 291 Then prepare the code by running 292 {{{ 293 ./bootstrap 294 }}} 295 and 296 {{{ 297 ./configure 298 }}} 299 with suitable parameters. 300 289 301 If you have a version of VLC already installed, you can get it's configure parameters via: {{{vlc --version --verbose=2}}} 290 302 … … 295 307 }}} 296 308 297 Having the code successfully configured, compile VLC via {{{make}}} and install it via {{{make install}}} 309 Having the code successfully configured, compile VLC via 310 {{{ 311 make 312 }}} 313 and install it via 314 {{{ 315 make install 316 }}} 298 317 299 318 For further instructions about compiling vlc please have at look at: http://wiki.videolan.org/UnixCompile