반응형
compling chaiscript samples on ubuntu
- apt-get install eclipse-cdt : if menu is hidden, modify /usr/share/applications/eclipse.desktop Exec=env UBUNTU_MENUPROXY= eclipse
- chaiscript .deb download and install : under usr/include chaiscript folder is created
- make a cpp project
- project preference
- gcc compile option --std=c++11
- gcc linke option --ldl (-l dl 추가)
- if built binary doesn't work.
- #include chaiscript_stdlib.hpp
- chaiscript::ChaiScript chai(chaiscript::Std_Lib::library());
- this doesn't use precompiled share library dll. compile much longer.
728x90
'프로그래밍 > 미분류' 카테고리의 다른 글
IPv6 주소 뒤의 퍼센트 기호의 의미는? (0) | 2015.10.28 |
---|---|
Teredo 터널 어댑터란? ISATAP 란? (0) | 2015.10.27 |
알파벳 순서인 A - E 로 이루어진 문자열 (0) | 2014.03.19 |
front end allocator / back end allocator (0) | 2014.03.15 |
유사진법표기 엑셀컬럼 알파벳식 숫자표기법 (0) | 2013.10.30 |