diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2026-08-24 11:16:07 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2026-08-24 11:16:07 +0200 |
| commit | c068f22329d5cc722622a2183bbb22eef2093df7 (patch) | |
| tree | 12d56c1aede67988a55e241364606bfbb4dba933 /README.txt | |
| download | openparsec-main.tar.xz openparsec-main.zip | |
Diffstat (limited to 'README.txt')
| -rw-r--r-- | README.txt | 16 |
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) + |
