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
- show
- POST
- Telerik
- c# 클로저
- Git
- 정처기
- url파싱
- 정보처리기사 실기
- System.IndexOutOfRangeException
- restapi
- c# for
- create
- 정보처리기사
- MFC
- MariaDB
- wss 파싱
- HeidiSQL
- IndexOutOfRangeException
- WinForms
- VisualStudio2019
- multipart/form-data
- C# sprintf
- 정처기 실기
- C#
- UI
- url 파싱
- drop
- 프로토타입
- git commit vi
- postgresql
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++ - 경고를 오류로 처리 : 아니요 로 변경
* 원하는 프로젝트 한개만 시작프로젝트로 설정 후 빌드실행