aboutsummaryrefslogtreecommitdiff
path: root/README.txt
diff options
context:
space:
mode:
Diffstat (limited to 'README.txt')
-rw-r--r--README.txt16
1 files changed, 16 insertions, 0 deletions
diff --git a/README.txt b/README.txt
new file mode 100644
index 0000000..89fabf6
--- /dev/null
+++ b/README.txt
@@ -0,0 +1,16 @@
+To build OpenParsec:
+
+On Linux:
+- Install premake or grab the premake4 binary and put it somewhere in your $PATH (http://industriousone.com/premake/download)
+- cd into platforms/premake/
+- run: premake4 gmake
+- To build the client: make client
+- To build the server: make server
+- To build both targets: make
+
+
+NOTES ON LINUX:
+- There is no install script yet
+- binaries get copied into parsec_root/{client,server}
+- You will need a copy of the openparsec-assets to run the client (https://github.com/OpenParsec/openparsec-assets)
+