Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
shua committed Apr 16, 2010
1 parent 9ea771f commit 6ec6897
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions INSTALL
Expand Up @@ -2,8 +2,15 @@ Pseudoform INSTALL
============================

To install the game, just extract it to somewhere and run
Linux: ./pseudoform_linux.sh
Windows: pseudoform_win.bat
Linux:
cmake .
make
./pseudoform_linux.sh

Windows:
run cmake in root dir
run make in root dir
pseudoform_win.bat

Except for working 3D drivers, no dependencies should be required in either case.
Please excuse the improper installation as of now.
Expand Down

0 comments on commit 6ec6897

Please sign in to comment.