[Groonga-commit] ranguba/rroonga at 4ef7316 [master] doc: Write cross compilation description with rake-compiler-dock instead of with Vagrant

Back to archive index

Hiroshi Hatake null+****@clear*****
Tue Oct 6 21:51:31 JST 2015


Hiroshi Hatake	2015-09-19 22:41:14 +0900 (Sat, 19 Sep 2015)

  New Revision: 4ef7316ebfa766c6cf1a41e4c92d381fe291a16d
  https://github.com/ranguba/rroonga/commit/4ef7316ebfa766c6cf1a41e4c92d381fe291a16d

  Merged 1e2a565: Merge pull request #108 from cosmo0920/use-rake-compiler-dock

  Message:
    doc: Write cross compilation description with rake-compiler-dock instead of with Vagrant

  Modified files:
    doc/text/cross-compile.md

  Modified: doc/text/cross-compile.md (+6 -8)
===================================================================
--- doc/text/cross-compile.md    2015-09-15 00:44:36 +0900 (9f75991)
+++ doc/text/cross-compile.md    2015-09-19 22:41:14 +0900 (7c119a4)
@@ -56,19 +56,17 @@ $ bundle exec rake clean:groonga
 $ bundle exec rake RUBY_CC_VERSION=1.9.3:2.0.0:2.1.3 cross RROONGA_USE_GROONGA_X64=true clean native gem
 ```
 
-# For Vagrant tool Users
+# For rake-compiler-dock
 
-Vagrant is provided in `Windows`, `OS X` and `Linux(deb)/Linux(rpm)`.
+`rake-compiler-dock` depends `docker` or docker client such as `boot2docker`.
+Please install `docker` or docker client before cross compiling with `rake-compiler-dock`.
 
-## execute vagrant
+## cross compiling with rake-compiler-dock
 
-`build\windows\` directory contains Vagrantfile and its provisioning scripts.
-
-execute following command:
+execute following rake task:
 
 ```bash
-$ cd build\windows
-$ vagrant up
+$ bundle exec rake build:windows
 ```
 
 Then, `pkg` directory is created. And cross compiled gems move into `pkg` directory.
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index