Install groc for Ubuntu

Posted in 개인/ㄴLinux by

우분투에서 소스코드 문서화 도구인 groc를 설치해보자


# 필요 : Node.js, Pygments


1. Node.js 설치

  A. http://www.nodejs.org/ 에서 다운로드 후 압축해제

  B. $ ./configure

  C. $ make

  D. $ sudo make install


2. Pygments 설치

  $ sudo apt-get install python-pygments


3. groc 설치

  $ npm install -g groc


참고사이트 : 

http://mobicon.tistory.com/231

http://blog.outsider.ne.kr/907