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

7 lines
84 B
Bash
Raw Normal View History

2023-10-09 15:23:31 +08:00
#!/bin/bash
./autogen.sh;
./configure --prefix=$(pwd)/target;
make -j
make install