From 1ba91d5a0e1df7419a561f6dcf16a0839509a5e7 Mon Sep 17 00:00:00 2001 From: k-m_schindler Date: Wed, 27 Aug 2008 13:28:57 +0000 Subject: Reordering of the directories[1]: moving Game/Code to src git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1302 b956fd51-792f-4845-bead-9b4dfca2ff2c --- src/lib/requirements.txt | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 src/lib/requirements.txt (limited to 'src/lib/requirements.txt') diff --git a/src/lib/requirements.txt b/src/lib/requirements.txt new file mode 100644 index 00000000..a5af1ac4 --- /dev/null +++ b/src/lib/requirements.txt @@ -0,0 +1,39 @@ +Included in SVN .. +--------------------------------------------------------------------------- + + +Jedi-sdl + http://sourceforge.net/projects/jedi-sdl + +pngImage + http://pngdelphi.sourceforge.net/ + +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/ + +SQLLite Wrapper + http://www.itwriting.com/sqlitesimple.php + +====================================== +For LINUX build +====================================== +On top of the above pas files, you will need development libraries for them. + +here are the instructions needed to compile on ubunty ( 7.04 ) + + sudo apt-get install libavcodec-dev libavformat-dev libsqlite3-dev libsdl-ttf2.0-dev libsdl-image1.2-dev portaudio19-dev + +in order to build the configure file ( with autogen.sh ) + + sudo apt-get install automake autoconf + + +for Fedora 8 ( contributed by kdub ) + + yum install ffmpeg-devel portaudio-devel SDL_ttf-devel SDL_image-devel sqlite-devel -- cgit v1.2.3 From ff0e6cf4fd05bbff65ca716581e64a7556175493 Mon Sep 17 00:00:00 2001 From: k-m_schindler Date: Sun, 5 Oct 2008 15:50:06 +0000 Subject: Mac OS X requirements added git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1433 b956fd51-792f-4845-bead-9b4dfca2ff2c --- src/lib/requirements.txt | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) (limited to 'src/lib/requirements.txt') 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 -- cgit v1.2.3 From 76be0798c809d94be50c2cd2f224439a921929bf Mon Sep 17 00:00:00 2001 From: k-m_schindler Date: Thu, 13 Nov 2008 18:15:56 +0000 Subject: removal of not needed libs. git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1519 b956fd51-792f-4845-bead-9b4dfca2ff2c --- src/lib/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib/requirements.txt') diff --git a/src/lib/requirements.txt b/src/lib/requirements.txt index ace3165a..d3955585 100644 --- a/src/lib/requirements.txt +++ b/src/lib/requirements.txt @@ -44,5 +44,5 @@ 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 + fink install pkgconfig libavcodec-dev libavformat-dev libavutil-dev libswscale-dev + fink install portaudio2 SDL SDL-image libpng3 sqlite3-dev \ No newline at end of file -- cgit v1.2.3