mirror of https://github.com/zxdos/zxuno.git
sdk: update `README.md`
This commit is contained in:
parent
4337c43e11
commit
db2bf6fd7c
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue