diff options
author | jaybinks <jaybinks@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2007-09-19 23:40:11 +0000 |
---|---|---|
committer | jaybinks <jaybinks@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2007-09-19 23:40:11 +0000 |
commit | 77ac0ce6d082dfc0bfd2c9a7efaa304aadfe3683 (patch) | |
tree | 2e573d8856e6c76cbe91b24e989ffd4de5235eda /Game/Code/lib/requirements.txt | |
parent | 4e9a191776560d0bc669800461948e5b9b206679 (diff) | |
download | usdx-77ac0ce6d082dfc0bfd2c9a7efaa304aadfe3683.tar.gz usdx-77ac0ce6d082dfc0bfd2c9a7efaa304aadfe3683.tar.xz usdx-77ac0ce6d082dfc0bfd2c9a7efaa304aadfe3683.zip |
tested sqlite3 in lazarus - linux..
working :)
updated requirements text with instructions on how to get
dev libraries for linux build.
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@407 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to '')
-rw-r--r-- | Game/Code/lib/requirements.txt | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/Game/Code/lib/requirements.txt b/Game/Code/lib/requirements.txt index 30f84f39..49aad6ba 100644 --- a/Game/Code/lib/requirements.txt +++ b/Game/Code/lib/requirements.txt @@ -24,3 +24,16 @@ ffmpeg 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 ) + +ffmpeg : + sudo apt-get install libavcodec-dev libavformat-dev + +sqlite : + sudo apt-get install libsqlite3-dev |