aboutsummaryrefslogtreecommitdiffstats
path: root/Game/Code/lib/requirements.txt
diff options
context:
space:
mode:
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