7 lines
129 B
Bash
Executable File
7 lines
129 B
Bash
Executable File
#! /bin/bash
|
|
cd ..
|
|
mkdir shstk_build_linux
|
|
cd shstk_build_linux
|
|
cmake -DQGLVIEW=1 -DQGLENGINE=1 -DQT4=0 ../shstk
|
|
make install $@
|