Skip to content

Commit

Permalink
fix README for macosx
Browse files Browse the repository at this point in the history
  • Loading branch information
janbar committed Feb 3, 2018
1 parent 874c743 commit 3270b01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions macosx/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ Setup environment to build as follows.
- `export BUILD_DIR=$(pwd)/noson-app/build`

Download the sources and build.
- `git clone https://github.com/janbar/noson-app.git`
- `git clone https://github.com/janbar/noson-app.git $SOURCE_DIR`
- `mkdir $BUILD_DIR && cd $BUILD_DIR`
- `cmake -DCMAKE_PREFIX_PATH=$QT_DIR -DCMAKE_BUILD_TYPE=Release ..`
- `cmake -DCMAKE_PREFIX_PATH=$QT_DIR -DCMAKE_BUILD_TYPE=Release $SOURCE_DIR`
- `make -j5`

Generate the application bundle `Noson.app`
Expand Down

0 comments on commit 3270b01

Please sign in to comment.