Merge pull request #2305 from take-cheeze/doc_update

Update C++ extensions in build instruction document.
This commit is contained in:
Yukihiro "Matz" Matsumoto
2014-05-23 07:39:58 +09:00
+1 -1
View File
@@ -14,7 +14,7 @@ To compile mruby out of the source code you need the following tools:
Optional:
* GIT (to update mruby source and integrate mrbgems easier)
* C++ compiler (to use GEMs which include \*.cpp)
* C++ compiler (to use GEMs which include \*.cpp, \*.cxx, \*.cc)
* Assembler (to use GEMs which include \*.asm)
## Usage