aboutsummaryrefslogtreecommitdiff
path: root/README.txt
blob: 89fabf6cffd90cebfe0884e25a1ee146f1dd2a99 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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)