diff options
Diffstat (limited to 'src/lib/requirements.txt')
-rw-r--r-- | src/lib/requirements.txt | 17 |
1 files changed, 13 insertions, 4 deletions
diff --git a/src/lib/requirements.txt b/src/lib/requirements.txt index a5af1ac4..ace3165a 100644 --- a/src/lib/requirements.txt +++ b/src/lib/requirements.txt @@ -11,9 +11,6 @@ pngImage BASS.pas http://www.un4seen.com/download.php?bass23 -zlportio - http://www.specosoft.com/en/download.html - ffmpeg http://www.iversenit.dk/dev/ffmpeg-headers/ @@ -21,7 +18,7 @@ SQLLite Wrapper http://www.itwriting.com/sqlitesimple.php ====================================== -For LINUX build +LINUX build ====================================== On top of the above pas files, you will need development libraries for them. @@ -37,3 +34,15 @@ in order to build the configure file ( with autogen.sh ) for Fedora 8 ( contributed by kdub ) yum install ffmpeg-devel portaudio-devel SDL_ttf-devel SDL_image-devel sqlite-devel + +====================================== +Mac OS X build +====================================== +You need the Developer tools from Apple, Xcode and fink, the open source software package manager. + +Install the FreePascal compiler (version 2.2.2 or later) using fink or a package. + +Install these libs and their dependences using fink: + + fink install pkgconfig ffmpeg libavcodec-dev libavformat-dev libavutil-dev libswscale-dev libtheora0 + fink install portaudio2 SDL SDL-image SDL-ttf libpng3 imlib2 sqlite3-dev
\ No newline at end of file |