mirror of
https://github.com/simon987/sist2.git
synced 2025-04-19 10:16:42 +00:00
8 lines
130 B
Bash
8 lines
130 B
Bash
#!/usr/bin/env bash
|
|
|
|
git clone --recursive https://github.com/simon987/sist2
|
|
cd sist2
|
|
./scripts/get_static_libs.sh 1
|
|
|
|
cmake .
|
|
make |