Update README.md

This commit is contained in:
wxiaoguang 2024-10-15 19:49:49 +08:00 committed by GitHub
parent c7b9104897
commit 708c94480f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -35,7 +35,8 @@ more options are available. See the provided `config.mak.dist` and
`presets/*` for examples. These options could also be provided by `make`
arguments like `make TARGET=i486-linux-musl`.
To compile, install `gcc` and `g++`, then run `make`. To install to `$(OUTPUT)`, run `make install`.
To compile, install `gcc` and `g++`, then run `make`.
To install to `$(OUTPUT)`, run `make install`.
The default value for `$(OUTPUT)` is output; after installing here you
can move the cross compiler toolchain to another location as desired.