Programming
-
Jsoncpp 빌드Programming/c++ 2021. 9. 13. 14:04
visual studio 2017 프로젝트에 Jsosncpp 오픈 소스를 적용하기 위해서 먼저 Jsoncpp를 빌드해야합니다. 방법은 여러가지가 있는데 저는 그중에서 CMake를 이용해서 빌드하려고 합니다. 가장 많이 사용하는 Json 오픈 소스인 Jsoncpp git 사이트에 접속합니다. https://github.com/open-source-parsers/jsoncpp GitHub - open-source-parsers/jsoncpp: A C++ library for interacting with JSON. A C++ library for interacting with JSON. Contribute to open-source-parsers/jsoncpp development by creating an..
-
CMake 설치하는 방법 (Windows)Programming/Setup 2021. 9. 13. 11:59
Windows(윈도우) OS에 CMake를 설치하는 방법 CMake 공식 홈페이지에 접속합니다. https://cmake.org/download/ Download | CMake Current development distribution Each night binaries are created as part of the testing process. Other than passing all of the tests in CMake, this version of CMake should not be expected to work in a production environment. It is being produced so that us cmake.org 다운로드 페이지에 운영체제별로 CMake 파일들이 있습니다..