From 0a4eacebc0d466fb3109ba2dcb59c808fc3393bf Mon Sep 17 00:00:00 2001 From: Tal Lancaster Date: Tue, 17 Jan 2017 13:08:30 -0700 Subject: [PATCH] README: minor tweak to doc --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6965bd9..79bafe1 100644 --- a/README.md +++ b/README.md @@ -23,11 +23,13 @@ I spent a number of hours searching for something like this. An example that sh As I didn't find what I was looking for, I ended up writing this example from bits of info I could find. ## Build Instructions +Assuming you already have an appropriate qt5 environment. + 1. mkdir build 2. cd build 3. cmake .. 4. make -5. run qmlApp +5. qmlApp For osx (macOS) users for step 3 you may need something like: