This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
zhuzhenjun-libosfp/build.sh
2023-10-10 17:14:34 +08:00

7 lines
99 B
Bash
Executable File

#!/bin/bash
./autogen.sh;
./configure --enable-debug --prefix=$(pwd)/target;
make -j
make install