-
Notifications
You must be signed in to change notification settings - Fork 0
윈도우용으로 빌드하기
Gyuhwan Park★ edited this page Sep 14, 2019
·
3 revisions
- VC++ (VS2019 Community Edition으로 빌드 확인함)
- cmake
- Qt (버전 5.1x 이상): https://www.qt.io/download
- 설치 시 OpenSSL 옵션 넣어서 설치할 것
-
vcvarsall.bat
실행하여 환경 설정이 끝남을 전제로 함- 보통
C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build
같은 곳에 있음
- 보통
$ git clone ...
$ mkdir azalea
$ cd azalea
$ mkdir build
$ cd build
$ cmake .. -DCMAKE_PREFIX_PATH="[qt installation path]\[qt version]\msvc2017_64\lib\cmake" -G"NMake Makefiles"
$ nmake
-
[qt installation path]\Tools\OpenSSL\bin
에 있는 2개의 dll파일을 복사해줘야 작동합니다..