summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md10
1 files changed, 8 insertions, 2 deletions
diff --git a/README.md b/README.md
index 9736ee0..53cee82 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,5 @@
## Object Operating System
-----
-
## Install dependencies
#### Ubuntu
@@ -16,6 +14,14 @@ Refer to GCC documentation for detailed information - <https://gcc.gnu.org/insta
## Build and run
+Before build the project set some variables - DEBUG and GCC_PATH.
+These variables may pass through *make* command `make *variables* *rule*`, or usage environment variables `export *name*=*value*`.
+
+#### Variables
+
+1. DEBUG. Takes a boolean value (true or false). Responsible for the debug version of the project to test it via DGB.
+2. GCC_PATH. Takes the path to the GCC library of the cross-compiler you built earlier.
+
#### Ubuntu
Build and run release version