From c068f22329d5cc722622a2183bbb22eef2093df7 Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Mon, 24 Aug 2026 11:16:07 +0200 Subject: initial import --- README.txt | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 README.txt (limited to 'README.txt') 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) + -- cgit v1.2.3