diff options
| -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 |
