Commit c89a03cf authored by Carson McDonald's avatar Carson McDonald

Update the INSTALL information to be more accurate

parent 06f518b9
...@@ -7,14 +7,19 @@ ...@@ -7,14 +7,19 @@
1. Run make in the top directory. 1. Run make in the top directory.
This command will create the following directories and This command will create a build directory with a directory for the host environment
store libraries and binaries files into them. and one for each crossbuild environment based on the settings in the build_config.rb
file.
* bin Assuming a default build, each of the environment directories will have the following
* lib important directories:
* include
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 $ ruby ./minirake
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment