Navigation Menu

Skip to content

Commit

Permalink
doc release: use Vagrant instead of rinse
Browse files Browse the repository at this point in the history
  • Loading branch information
Masafumi Yokoyama committed Apr 2, 2015
1 parent d140bc2 commit ffb86d4
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions doc/source/contribution/development/release.rst
Expand Up @@ -31,10 +31,15 @@

% sudo apt-get install -V debootstrap createrepo rpm mercurial python-docutils python-jinja2 ruby-full mingw-w64 g++-mingw-w64 mecab libmecab-dev nsis gnupg2

rinseのバージョンが古いとCentOS 5/6パッケージのビルドを行うことができません。
別途debパッケージを以下のコマンドを実行して最新版をインストールします。::
Debian系(.deb)やRed Hat系(.rpm)パッケージのビルドには `Vagrant <https://www.vagrantup.com/>`_ を使用します。apt-getでインストールできるのは古いバージョンなので、Webサイトから最新版をダウンロードしてインストールすることをおすすめします。

% sudo dpkg -i rinse_1.9.2-1_all.deb
Vagrantで使用する仮想化ソフトウェア(VirtualBox、VMwareなど)がない場合、合わせてインストールしてください。なお、VirtualBoxはsources.listにcontribセクションを追加すればapt-getでインストールできます。::

% cat /etc/apt/sources.list
deb http://ftp.jp.debian.org/debian/ sid main contrib
deb-src http://ftp.jp.debian.org/debian/ sid main contrib
% sudo apt-get update
% sudo apt-get install virtualbox

また、rubyのrakeパッケージを以下のコマンドによりインストールします。::

Expand Down

0 comments on commit ffb86d4

Please sign in to comment.