mirror of
https://github.com/simon987/sist2.git
synced 2025-04-19 10:16:42 +00:00
9 lines
93 B
Bash
9 lines
93 B
Bash
#!/usr/bin/env bash
|
|
|
|
./scripts/get_static_libs.sh
|
|
|
|
cmake .
|
|
make
|
|
strip sist2
|
|
strip sist2_scan
|