summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexey Gavrilov <90127298+rebovas@users.noreply.github.com>2024-02-22 15:07:23 +0700
committerGitHub <noreply@github.com>2024-02-22 15:07:23 +0700
commit70aae8bb9ecd19ee197145771643d5fc1a45117d (patch)
tree7b1359b9b56c6d143ecb0e39af0b9a3fa20ee2c1
parentec892d3a249804d4f0049e7c7a7e7d1d19fd763b (diff)
Update README.md
-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