반응형

먼저 내 환경은 iMac 에서 ubuntu 12.04 를 parallels 8 로 띄운 환경이다


$ wget http://protobuf.googlecode.com/files/protobuf-2.5.0.tar.gz

$ tar xzvf protobuf-2.5.0.tar.gz

$ cd protobuf-2.5.0/

$ ./configure


이 단계에서 나는 c++ 이 깔려있지 않아서 에러가 났다


$ apt-get install g++ pentium-builder

$ ./configure

$ make

$ make check

$ sudo make install

$ sudo ldconfig

$ protoc --version 

libprotoc 2.5.0


버전이 나오면 성공!!

반응형

'[프로그래밍]' 카테고리의 다른 글

rsync 로 CRAN mirroring  (0) 2015.10.06
GIS shp 파일 변환  (0) 2015.07.28
/etc/hosts 파일 설정  (0) 2015.03.16
putty 에서 pem 파일 이용하여 접속하기  (0) 2015.02.26
버전관리 Git  (0) 2015.02.07
Posted by FeliZ_하늘..
,

pgadmin 설치

[DB]/[PostgreSQL] 2015. 2. 23. 14:21
반응형

http://www.itzgeek.com/how-tos/linux/centos-how-tos/install-postgresql-9-1-3-with-pgadmin3-on-centos-6-rhel-6.html#axzz3SXa6ne4j

반응형

'[DB] > [PostgreSQL]' 카테고리의 다른 글

postgresql 8.2 text to boolean  (0) 2016.07.09
postgresql 9.4, postgis 설치하기  (0) 2015.08.06
postgresql 에서 테이블 정보 추출하기  (0) 2015.03.03
PostgreSQL과 MySQL의 차이점  (0) 2015.02.23
postgresql first steps  (0) 2015.02.23
Posted by FeliZ_하늘..
,
반응형

https://wiki.postgresql.org/wiki/YUM_Installation

반응형
Posted by FeliZ_하늘..
,
반응형

http://influxdb.com/docs/v0.6/introduction/installation.html


64-bit systems 에서는


# wget http://s3.amazonaws.com/influxdb/influxdb-latest-1.x86_64.rpm

# rpm -ivh influxdb-latest-1.x86_64.rpm

# /etc/init.d/influxdb start

반응형
Posted by FeliZ_하늘..
,