From 0d6c702bcb1fd54434c60bd670c9821809cdc314 Mon Sep 17 00:00:00 2001 From: shlainn Date: Wed, 28 Sep 2011 22:22:40 +0200 Subject: [PATCH] * README now uses Markdown for real --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..9d8f073 --- /dev/null +++ b/README.md @@ -0,0 +1,20 @@ +## Installation Instructions + +To install PseuWoW on Linux please run the following commands + + autoreconf -if + ./configure --prefix=/path/to/pseuwow + make + make install + +configure accepts the following parameters: + + --with-irrklang Builds a stub implementation of Irrklang (necessary for x64 systems) + + +After installation edit the config files in bin/conf and rename them to PseuWoW.conf, gui.conf, ScriptConfig.conf and users.conf. +If UseMPQ in PseuWoW.conf is set, create a link/copy to your "TheGame" **Data** folder in bin. Otherwise use stuffextract with the appropriate parameters to extract data from "TheGame" archives and copy it to bin/data + +To run PseuWoW please execute + + ./pseuwow \ No newline at end of file