티스토리 뷰

C \C++

[Cpp] json 프로그래밍 준비하기

미스터폴 2020. 6. 21. 04:03
반응형

json parsing install in linux~


1. install dependency 
$ pip install scons
$ scons platform=linux-gcc
$ scons platform=linux-gcc check


2. download and build library 

$ wget http://jaist.dl.sourceforge.net/project/jsoncpp/jsoncpp/0.6.0-rc2/jsoncpp-src-0.6.0-rc2.tar.gz

$ tar zxvf jsoncpp-src-0.6.0-rc2.tar.gz

$ cd jsoncpp-src-0.6.0-rc2

$ sudo gedit amalgamate.py

==== Conrtl+H =====
find : json\json
Replace with : json/json
===============
$python amalgamate.py

 

3. copy dist
program folder copy  

 

4. start program
$ cd dist
header add

#include <json/json.h>

반응형

'C \C++' 카테고리의 다른 글

linux task priority  (0) 2022.06.07
pthread c - basic pthread usage method  (0) 2020.06.13
반응형
공지사항
최근에 올라온 글
최근에 달린 댓글
Total
Today
Yesterday
링크
«   2025/08   »
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
글 보관함