diff options
author | jaybinks <jaybinks@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2007-12-06 23:53:46 +0000 |
---|---|---|
committer | jaybinks <jaybinks@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2007-12-06 23:53:46 +0000 |
commit | 73a9bf99b8993aa69f3ed77b36b0236fb1cde2ed (patch) | |
tree | d102105c2047353bd9ca3788c48ddbe0648c0241 /Game/Code/lib/requirements.txt | |
parent | 98e79f186b312510e6bb3f13d82fa7f0f03b78d7 (diff) | |
download | usdx-73a9bf99b8993aa69f3ed77b36b0236fb1cde2ed.tar.gz usdx-73a9bf99b8993aa69f3ed77b36b0236fb1cde2ed.tar.xz usdx-73a9bf99b8993aa69f3ed77b36b0236fb1cde2ed.zip |
trying to get projectM to run in linux
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@692 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'Game/Code/lib/requirements.txt')
-rw-r--r-- | Game/Code/lib/requirements.txt | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/Game/Code/lib/requirements.txt b/Game/Code/lib/requirements.txt index ebaffea7..d1775390 100644 --- a/Game/Code/lib/requirements.txt +++ b/Game/Code/lib/requirements.txt @@ -34,6 +34,9 @@ here are the instructions needed to compile on ubunty ( 7.04 ) ffmpeg :
sudo apt-get install libavcodec-dev libavformat-dev
+ +portaudio : + sudo apt-get install portaudio19-dev sqlite :
sudo apt-get install libsqlite3-dev
@@ -43,6 +46,6 @@ sdl development libraries : THERE WILL be more of them... oops I forgot to list them :P
For the Lazy... who use Debian or Ubuntu.... here is a single line
- sudo apt-get install libavcodec-dev libavformat-dev libsqlite3-dev libsdl-ttf2.0-dev libsdl-image1.2-dev
+ sudo apt-get install libavcodec-dev libavformat-dev libsqlite3-dev libsdl-ttf2.0-dev libsdl-image1.2-dev portaudio19-dev
-
\ No newline at end of file + |