[Groonga-commit] ranguba/rroonga at 04dfb69 [master] doc: fix heading level

Back to archive index

Masafumi Yokoyama null+****@clear*****
Thu Oct 6 17:10:49 JST 2016


Masafumi Yokoyama	2016-10-06 17:10:49 +0900 (Thu, 06 Oct 2016)

  New Revision: 04dfb6911ad5ec6bb99faf40bafb0676da3a594f
  https://github.com/ranguba/rroonga/commit/04dfb6911ad5ec6bb99faf40bafb0676da3a594f

  Message:
    doc: fix heading level

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

  Modified: doc/text/cross-compile.md (+8 -8)
===================================================================
--- doc/text/cross-compile.md    2016-10-06 14:12:22 +0900 (ca3eb82)
+++ doc/text/cross-compile.md    2016-10-06 17:10:49 +0900 (1a9166c)
@@ -1,14 +1,14 @@
 How to Cross compile Rroonga
 ===
 
-# For Debian GNU/Linux like Linux distribution Users
+## For Debian GNU/Linux like Linux distribution Users
 
-## apt
+### apt
 
 * mingw-w64
 * build-essential
 
-## prepare ruby and rubygems
+### prepare ruby and rubygems
 
 ```bash
 $ rbenv install 1.9.3-p547
@@ -21,7 +21,7 @@ $ rbenv install 2.1.3
 $ gem install bundler
 ```
 
-## bundle install
+### bundle install
 
 ```bash
 $ rbenv local 1.9.3-p547
@@ -32,7 +32,7 @@ $ rbenv local 2.1.3
 $ bundle install [--path vendor/bundle]
 ```
 
-## rake-compiler
+### rake-compiler
 
 ```bash
 $ rbenv local 1.9.3-p547
@@ -46,7 +46,7 @@ $ bundle exec rake-compiler cross-ruby HOST=i686-w64-mingw32 VERSION=2.1.3 [EXTS
 $ bundle exec rake-compiler cross-ruby HOST=x86_64-w64-mingw32 VERSION=2.1.3 [EXTS=--without-extensions]
 ```
 
-## cross compile
+### cross compile
 
 ```bash
 $ rbenv local 1.9.3-p547
@@ -56,12 +56,12 @@ $ 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 rake-compiler-dock
+## For rake-compiler-dock
 
 `rake-compiler-dock` depends `docker` and some platform requires docker client such as `docker-machine`.
 Please install `docker` and docker client before cross compiling with `rake-compiler-dock`.
 
-## cross compiling with rake-compiler-dock
+### cross compiling with rake-compiler-dock
 
 execute following rake task:
 
-------------- next part --------------
HTML����������������������������...
Download 



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