aboutsummaryrefslogtreecommitdiffstats
path: root/Game/Code/lib/requirements.txt
diff options
context:
space:
mode:
authorjaybinks <jaybinks@b956fd51-792f-4845-bead-9b4dfca2ff2c>2007-09-19 23:40:11 +0000
committerjaybinks <jaybinks@b956fd51-792f-4845-bead-9b4dfca2ff2c>2007-09-19 23:40:11 +0000
commit77ac0ce6d082dfc0bfd2c9a7efaa304aadfe3683 (patch)
tree2e573d8856e6c76cbe91b24e989ffd4de5235eda /Game/Code/lib/requirements.txt
parent4e9a191776560d0bc669800461948e5b9b206679 (diff)
downloadusdx-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 'Game/Code/lib/requirements.txt')
-rw-r--r--Game/Code/lib/requirements.txt13
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