From 3b79863af9102f3023785cd015b1ee22e057cfc4 Mon Sep 17 00:00:00 2001 From: JamesMcCrae Date: Tue, 2 Jul 2019 21:01:46 -0400 Subject: [PATCH] update build instructions --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5743c3e..65b566e 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ Build with Qt 5. Requires linking with the QtNetwork module (included in a typi On Windows/Linux where Qt Creator is installed: open the project file (janus-server-c.pro) and start a release build. On Linux where no GUI is available (assumes Qt5 SDK is installed): > qmake -makefile + > make and a `janus-server-c` binary will be created. Run with: