erlang
rebar 컴파일 주의사항
'김용환'
2015. 11. 6. 13:54
rebar 컴파일할 때, 주의할 점은 develop 브랜치가 아닌 master 브랜치에서 bootstrap을 실행해야 한다.
(develop에서 bootstrap 컴파일이 안되서;;;)
https://github.com/rebar/rebar
$ git clone git://github.com/rebar/rebar.git
$ cd rebar
$ ./bootstrap