Update C++ extensions in build instruction document.

This commit is contained in:
take_cheeze
2014-05-22 22:06:38 +09:00
parent 9be81e7429
commit 8bbde64ead
+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