ゴミ箱

忘備録とかいろいろ愚痴ったりとか

Teitoku on Debian Wheezy

気合!入れて!ビルドします!

// Nodejsとnpmの準備
$ git clone https://github.com/creationix/nvm.git ~/.nvm
$ source ~/.nvm/nvm.sh
$ nvm install v0.xx.x

// bowerの準備
$ npm install -g bower

// Teitoku 本体
$ git clone https://github.com/geta6/teitoku.git

// gruntの準備とコンパイル
$ npm i -g grunt-cli
$ npm i
$ bower i
$ grunt
よし!これで…いけます!
$ ls
Gruntfile.coffee  README.md   build  node_modules  src  vendor
HISTORY.md        bower.json  lib    package.json  var
$ cd build/releases/Teitoku/linux64/Teitoku
$ ls
Teitoku  libffmpegsumo.so  nw.pak

はい!実行環境は大丈夫です!

$ ./Teitoku

よく出来ましたっ!

終わり