差分

移動: 案内検索

録画サーバー構築方法(Linux編)

233 バイト追加, 2015年8月16日 (日) 21:55
=== 必要そうなパッケージのインストール(適当) ===
yum -y install kernel-devel openssl-devel libboost-all-dev boost-devel curl git-core yasm libtool autoconf
 
=== インストール ===
sudo -i -u chinachu
git clone git://github.com/kanreisa/Chinachu.git ~/chinachu
cd ~/chinachu/
./chinachu installer
「what do you install?」と聞かれたら、初回なので1を選んでおく。
651
回編集