몇가지 모듈을 포함시켜야 컴파일 오류가 안난다.
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://
$ tar xzvf clearsilver-
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/
' 장난감' 카테고리의 다른 글
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 |