Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue minor corrections and updates to INSTALL file. #1725

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions INSTALL
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
* 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

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
* lib - The libraries for this environment
* mrlib - 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.
You can directly invoke 'minirake' with the following command:

$ ruby ./minirake

Expand Down