Skip to content

Commit

Permalink
Merge pull request #386 from ghostshirt/master
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
alemuntoni committed Dec 11, 2019
2 parents 47d87b7 + 190f88e commit a26efd3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,12 @@ MAKE_FLAGS=('-j11')
* Build:
```
cd src/external
qmake external.pro $QMAKE_FLAGS && make $MAKE_FLAGS
qmake external.pro ${QMAKE_FLAGS[@]} && make $MAKE_FLAGS
cd ../common
qmake common.pro $QMAKE_FLAGS && make $MAKE_FLAGS
qmake common.pro ${QMAKE_FLAGS[@]} && make $MAKE_FLAGS
cd ..
qmake meshlab_mini.pro $QMAKE_FLAGS && make $MAKE_FLAGS
qmake meshlab_full.pro $QMAKE_FLAGS && make $MAKE_FLAGS
qmake meshlab_mini.pro ${QMAKE_FLAGS[@]} && make $MAKE_FLAGS
qmake meshlab_full.pro ${QMAKE_FLAGS[@]} && make $MAKE_FLAGS
```
* Run:
```
Expand Down

0 comments on commit a26efd3

Please sign in to comment.