본문 바로가기
장난감

Unbuntu 8.04 에서 ClearSilver 컴파일 하기.

by umaking 2008. 9. 8.

몇가지 모듈을 포함시켜야 컴파일 오류가 안난다.


Install the build dependencies
$ sudo apt-get build-dep python-clearsilver
$ sudo apt-get install python-dev

Download the 0.10.4 version (as it contains fixes for python2.5)
$ wget http://www.clearsilver.net/downloads/clearsilver-0.10.4.tar.gz
$ tar xzvf clearsilver-0.10.4.tar.gz

Edit the configure files as listed by Antonio Censi above

Build the new version
$ cd clearsilver-0.10.4
$ ./configure
$ make
$ sudo make install

Copy the new shared object over the packaged version
$ sudo cp -bi python/neo_cgi.so /usr/lib/python2.5/site-packages/neo_cgi.so

' 장난감' 카테고리의 다른 글

JavaRebel For Spring을 설치해보다.  (0) 2009.07.06
TPTP를 Eclipse에서 Weblogic 10g3와 함께 사용해 보자.  (0) 2009.04.14
문제 풀기 스크립트  (0) 2008.08.21
개발기 반영 자동화를 만들어보다.  (1) 2008.04.24
CVS  (0) 2008.04.16