summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2014-02-24 18:01:46 +0900
committerYukihiro "Matz" Matsumoto <[email protected]>2014-02-24 18:01:46 +0900
commit2f9cf26ab5a4ef44e3650814487cca4af040ff73 (patch)
tree3cae8bca82b94a58b9a88b2d4ffad20e43367518
parenta26867f595f10dc5f116e79839a5c18a1fedd3a4 (diff)
parent6fb75460c128c1eef14fa32e847eaf9f334ff36c (diff)
downloadmruby-2f9cf26ab5a4ef44e3650814487cca4af040ff73.tar.gz
mruby-2f9cf26ab5a4ef44e3650814487cca4af040ff73.zip
Merge pull request #1731 from jeremyong/master
Issue minor corrections and updates to INSTALL file.
-rw-r--r--INSTALL10
1 files changed, 5 insertions, 5 deletions
diff --git a/INSTALL b/INSTALL
index d8b40243d..7a0e6cd47 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1,6 +1,6 @@
* Prerequisites
-
- 1. Make sure you have bison (http://www.gnu.org/software/bison/) installed in your system.
+
+ 1. Make sure you have bison (http://www.gnu.org/software/bison/) installed in your system.
2. Make sure you have ruby installed in your system (required to build).
* Compilation and Installation
@@ -8,10 +8,10 @@
1. Run make in the top directory.
This command will create a build directory with a directory for the host environment
- and one for each crossbuild environment based on the settings in the build_config.rb
+ and one for each crossbuild environment based on the settings in the build_config.rb
file.
- Assuming a default build, each of the environment directories will have the following
+ Assuming a default build, each of the environment directories will have the following
important directories:
* bin - The binary executables for this environment
@@ -19,7 +19,7 @@
You can find the header files in the include directory at the root of the project.
- You can directory invoke 'minirake' as the following.
+ You can directly invoke 'minirake' with the following command:
$ ruby ./minirake