summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2013-12-16 22:35:31 -0800
committerYukihiro "Matz" Matsumoto <[email protected]>2013-12-16 22:35:31 -0800
commit8cd42f64665b08fb35ee7fb5e69057be07dc7c76 (patch)
tree066a5c1a709f6ab7cf5e122ef60ca0da638ee393
parent06f518b93ac6fd8b960f9b79a1add0a82b54216d (diff)
parentc89a03cfa5f1e03b45c61d7b73b5e4f67a1e281d (diff)
downloadmruby-8cd42f64665b08fb35ee7fb5e69057be07dc7c76.tar.gz
mruby-8cd42f64665b08fb35ee7fb5e69057be07dc7c76.zip
Merge pull request #1609 from carsonmcdonald/updateinstallinfo
Update the INSTALL information to be more accurate
-rw-r--r--INSTALL17
1 files changed, 11 insertions, 6 deletions
diff --git a/INSTALL b/INSTALL
index 5bad4aad4..d8b40243d 100644
--- a/INSTALL
+++ b/INSTALL
@@ -7,14 +7,19 @@
1. Run make in the top directory.
- This command will create the following directories and
- store libraries and binaries files into them.
+ 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
+ file.
- * bin
- * lib
- * include
+ Assuming a default build, each of the environment directories will have the following
+ important directories:
- You can directory invoke 'minirake' as the following.
+ * bin - The binary executables for this environment
+ * lib - The libraries for this environment
+
+ You can find the header files in the include directory at the root of the project.
+
+ You can directory invoke 'minirake' as the following.
$ ruby ./minirake