diff options
| author | Alexey Gavrilov <90127298+rebovas@users.noreply.github.com> | 2024-02-22 15:07:23 +0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-22 15:07:23 +0700 |
| commit | 70aae8bb9ecd19ee197145771643d5fc1a45117d (patch) | |
| tree | 7b1359b9b56c6d143ecb0e39af0b9a3fa20ee2c1 /README.md | |
| parent | ec892d3a249804d4f0049e7c7a7e7d1d19fd763b (diff) | |
Update README.md
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -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 |
