aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authork-m_schindler <k-m_schindler@b956fd51-792f-4845-bead-9b4dfca2ff2c>2008-10-05 15:50:06 +0000
committerk-m_schindler <k-m_schindler@b956fd51-792f-4845-bead-9b4dfca2ff2c>2008-10-05 15:50:06 +0000
commitff0e6cf4fd05bbff65ca716581e64a7556175493 (patch)
tree7fc2c47de622ea02b01401474d0f8f3c4f0c7446
parent6ecfb5323b83021c68c693e5173c32b6ea9cd62a (diff)
downloadusdx-ff0e6cf4fd05bbff65ca716581e64a7556175493.tar.gz
usdx-ff0e6cf4fd05bbff65ca716581e64a7556175493.tar.xz
usdx-ff0e6cf4fd05bbff65ca716581e64a7556175493.zip
Mac OS X requirements added
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1433 b956fd51-792f-4845-bead-9b4dfca2ff2c
-rw-r--r--src/lib/requirements.txt17
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