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

Commit

Permalink
Merge pull request #30 from ppfeufer/patch-1
Browse files Browse the repository at this point in the history
Basic build script
  • Loading branch information
3vi1 committed Sep 8, 2017
2 parents 9fddabd + d6abfb0 commit 73752dc
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 73752dc

Please sign in to comment.