readme
来自「video linux conference」· 代码 · 共 26 行
TXT
26 行
This is the contrib build system for VLC Media Player. It has beenprimarily developed for Mac OS X, though it should be easy to adapt toother operating systems.To use it, first in the contrib directory, type : ./bootstrapYou can specify an argument to cross compile, for example: ./bootstrap i586-pc-beosThis will look for a i586-pc-beos-gcc cross compiler. Default is tobuild natively.Customize config.mak if you need to, then you need to choose betweenbuilding from source (can take a long time but is easily customizable)and fetching a pre-compiled binary package. Either type 'make src'or 'make bin' (also from the contrib directory).make bin IS NOT WORKING atm USE make srcOnce the contribs are built, you can start building VLC.See: http://developers.videolan.org/vlc/osx-compile.html for more details on that.Happy hacking.--Meuuh 2003-11-15
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?