2022年6月16日 星期四

【Linux】Build open source

 【usrsctp】

Download source code

https://github.com/sctplab/usrsctp/

cd /your_path/usrsctp-master

./bootstrap

./configure --prefix=/usr/local

make

make install

--prefix後的路徑是make install會將lib和.h存放的位置,會放在該路徑下的lib和include資料夾中。

沒有留言:

張貼留言