Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
Tags
- MFC
- VisualStudio2019
- url 파싱
- 정보처리기사 실기
- POST
- 정보처리기사
- UI
- c# 클로저
- drop
- create
- Telerik
- C# sprintf
- C#
- HeidiSQL
- MariaDB
- 프로토타입
- git commit vi
- postgresql
- url파싱
- restapi
- multipart/form-data
- System.IndexOutOfRangeException
- Git
- 정처기
- c# for
- 정처기 실기
- wss 파싱
- IndexOutOfRangeException
- WinForms
- show
Archives
- Today
- Total
달짱달짱
[libwebsockets] libwebsockets 설치 및 CMAKE build 본문
wnsgml972.github.io/c/2018/05/07/c_windows_pthread/
▶ openssl 설치
https://slproweb.com/products/Win32OpenSSL.html
1. 위의 네가지를 모두 다운로드. (libwebsockets, CMake, OpenSSL, pthread)
2. CMake 실행
3. Where is the source code: (libwebsocket 경로)
4. Where to build the binaries: (build 파일을 저장할 경로)
- ex) libwebsocket경로 > 'build' 폴더 생성 > 해당 경로 지정
5. Configure > Visual Studio 버전 선택 > 64비트 선택 > Finish
6. 설정 확인 후 Generate >> 완료
7. build 폴더에서 libwebsockets.sln 을 확인
8. 솔루션 빌드 후 솔루션의 각 프로젝트 실행
* websocket_static.lib 이 없을 경우 websocket 프로젝트를 먼저 빌드
* 빌드 시, 다음 오류를 경고로 처리 와 같은 오류 메시지 뜨면 프로젝트 - 속성 - C/C++ - 경고를 오류로 처리 : 아니요 로 변경
* 원하는 프로젝트 한개만 시작프로젝트로 설정 후 빌드실행