sdk: update `README.md`

This commit is contained in:
Ivan Tatarinov 2021-04-12 14:33:05 +03:00
parent 4337c43e11
commit db2bf6fd7c
1 changed files with 8 additions and 27 deletions

View File

@ -24,17 +24,11 @@ Check it out by using this [reuse-tool](https://github.com/fsfe/reuse-tool).
## 2.1. Build tools ## 2.1. Build tools
To build all tools type: Command | Target
----|----
```bash `make` | all tools
make `make bin/sjasmplus` | **sjasmplus**
``` `make bin/zx7b` | **zx7b**
To build only **sjasmplus** type:
```bash
make bin/sjasmplus
```
## 2.2. Clean tools ## 2.2. Clean tools
@ -86,30 +80,17 @@ This has the same behavior as the inclusion of `common.mk` file in a Makefile.
**NOTE**: compilation of the following tools: **NOTE**: compilation of the following tools:
* sjasmplus * sjasmplus
* zx7b
on Windows platform is disabled right now because of presence of precompiled binaries of them in repository. They are not deleted when cleaning. on Windows platform is disabled right now because of presence of precompiled binaries of them in repository. They are not deleted when cleaning.
## 3.1. Build tools ## 3.1. Build tools
To build all tools type: The building process is similar to one for GNU on Linux, FreeBSD etc. See [2.1](#21-build-tools).
```bash
make
```
To build only **sjasmplus** type:
```
make bin/sjasmplus.exe
```
## 3.2. Clean tools ## 3.2. Clean tools
To clean everything type: The cleaning process is similar to one for GNU on Linux, FreeBSD etc. See [2.2](#22-clean-tools).
```bash
make clean
```
## 3.3. Tools usage ## 3.3. Tools usage