mirror of
https://github.com/sist2app/sist2.git
synced 2026-01-20 09:56:29 +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 |