Changes between Version 40 and Version 41 of Documentation/VLC
- Timestamp:
- May 23, 2010, 6:05:10 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Documentation/VLC
v40 v41 218 218 (see http://ariba-underlay.org/wiki/BaseInstall) 219 219 220 {{{ 221 sudo apt-get install subversion build-essential libtool autoconf automake libgmp3-dev liblog4cxx10-dev libboost-thread-dev libboost-system-dev libboost-regex-dev 222 223 svn checkout ``ariba´´ 224 cd ariba 225 ./bootstrap 226 ./configure --prefix=$HOME/local 227 make install 228 cd .. 229 230 svn checkout ``mcpo´´ 231 cd mcpo 232 ./bootstrap 233 ./configure --prefix=$HOME/local LDFLAGS=-L$HOME/local/lib CPPFLAGS=-I$HOME/local/include 234 make install 235 cd .. 236 }}} 237 220 238 === adjusting vlc source code === 239 240 Note! For vlc-1.0.6 you can download the adjusted source code from here. 221 241 222 242 - get the vlc source code