From cdbb87f9959e5e5497b543d1f987415c305f9cf9 Mon Sep 17 00:00:00 2001 From: Oliver Bock <oliver.bock@aei.mpg.de> Date: Thu, 14 Sep 2017 17:22:39 +0200 Subject: [PATCH] Added lib build instructions --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a592abd..4dda00c 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,8 @@ Max Planck Institute for Gravitational Physics 1. Download and install the Qt framework as described above - Note for macOS when using MacPorts: - Run once: `sudo ln -s /opt/local/libexec/qt4/bin/qmake /opt/local/bin/qmake` +1. Run the following command in the project's `lib` directory: + - `make` 1. Run the following commands in the project's root directory: 1. `qmake` 1. `make` -- GitLab