반응형
git clone --recursive https://github.com/corvusoft/restbed.git mkdir restbed/build cd restbed/build cmake [-DBUILD_SSL=NO] .. make install make test
cmake 부분에서 잘안되면
cd resbed/dependency/openssl/ 로 들어가./config shared; make all해주고/restbed/build 에서cmake [-DBUILD_SSL=NO] ..해본다.
반응형
'BackEnd FrontEnd > C , C++' 카테고리의 다른 글
arm cross compile 시 curl negative size error 발생하는 경우 (0) | 2019.12.18 |
---|---|
C/C++ curl로 메일보내기 예제 (0) | 2019.10.30 |
[C] curl 로 pcm 파일 전달하기 (0) | 2019.10.23 |
c++ : send wav data with curl (0) | 2019.10.03 |
openssl 사용하여 개발하기 전 설치할 것 -lssl (0) | 2019.07.29 |