diff options
| author | Amlal EL Mahrouss <amlalelmahrouss@icloud.com> | 2024-10-09 12:46:15 +0200 |
|---|---|---|
| committer | Amlal EL Mahrouss <amlalelmahrouss@icloud.com> | 2024-10-09 12:46:15 +0200 |
| commit | 40a11d15d51c0fdfb93003d97aae6fc0c4538890 (patch) | |
| tree | deb011bea80e7112eca854416aaf99cedc58ba79 /ReadMe.md | |
| parent | 904a70bf75ba9f5320cac611a2fab3f1fbd02425 (diff) | |
IMP: Improved ReadMe and support pwsh for run_after_build command.
Signed-off-by: Amlal EL Mahrouss <amlalelmahrouss@icloud.com>
Diffstat (limited to 'ReadMe.md')
| -rw-r--r-- | ReadMe.md | 17 |
1 files changed, 11 insertions, 6 deletions
@@ -1,10 +1,15 @@ -# BTB +# BTB. -A tool used to build libraries/programs for ZKA. +A tool by ZKA Technologies to build libraries and programs. -## Installation +## Installation requirements: -- You need GCC -- You need Make +- GNU C++ Compiler. -- Run make `build-btb-core` and `build-btb` and that's it! +## Steps (makefile): + +- Run make `build-btb-core` and `build-btb`. + +## Steps (btb): + +- Run `btb` and pass the path to the manifest file. |
