tarball로 프로그램들 설치하기

2012. 8. 2. 15:54

아래와 같은 패키지들이 필요하다.

make
gcc-c++(g++을 말하는듯)
autoconf
automake
build-essential


이후

$ tar -xvf filename.extension
$ cd ./extracted-path
# ./configure
# make
# make install

Environment/Ubuntu 12.04 LTS