더북(TheBook)

13. 설치가 완료되면 git clone 명령어를 이용해 liberasurecode 소스를 깃허브에서 내려받습니다.

root@controller:~# git clone https://github.com/openstack/liberasurecode.git
Cloning into ‘liberasurecode’…
remote: Counting objects: 2740, done.
remote: Total 2740 (delta 0), reused 0 (delta 0), pack-reused 2740
Receiving objects: 100% (2740/2740), 961.19 KiB | 494.00 KiB/s, done.
Resolving deltas: 100% (1755/1755), done.
Checking connectivity… done.


14. 소스를 내려받았으면 liberasurecode 디렉터리로 이동합니다. 소스를 설치하기 전에 먼저 관련 라이브러리를 설치하는 autogen.sh를 실행합니다.

root@controller:~# cd liberasurecode
root@controller:~/liberasurecode# ./autogen.sh
autoreconf: Entering directory .'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal --force 
autoreconf: configure.ac: tracing
autoreconf: running: libtoolize --copy --force
libtoolize: putting auxiliary files in '.'.
...
Makefile.am:53: (probably a GNU make extension)
Makefile.am: installing './INSTALL'
src/Makefile.am:5: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_
CPPFLAGS')
src/Makefile.am: installing './depcomp'
autoreconf: Leaving directory.’

신간 소식 구독하기
뉴스레터에 가입하시고 이메일로 신간 소식을 받아 보세요.