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
zhuzhenjun 56e3dec5f0 v0.0.5
2023-10-09 15:23:59 +08:00

7 lines
84 B
Bash
Executable File

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