Skip to content

Latest commit

 

History

History
executable file
·
11 lines (10 loc) · 188 Bytes

build.sh

File metadata and controls

executable file
·
11 lines (10 loc) · 188 Bytes
 
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh
#
# Need to install the following on Ubuntu 12.04:
# - cmake
# - libgtk2.0-dev
# - libxtst-dev
#
# If you find other deps, add them here
cmake -DCMAKE_BUILD_TYPE=Release .
make