Skip to content
This repository has been archived by the owner on Aug 26, 2020. It is now read-only.

Commit

Permalink
Basic build script
Browse files Browse the repository at this point in the history
Adding a basic build script for Linux user

After downloading/cloning do a `chmod a+x build.sh` and run the script in order to build the app.
  • Loading branch information
ppfeufer committed Aug 23, 2017
1 parent 01bb331 commit d6abfb0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/bin/bash
mkdir build
cd build
qmake --qt=5 ../src/imp.pro
make
sudo make install

0 comments on commit d6abfb0

Please sign in to comment.