mirror of
https://git.planet-casio.com/Lephenixnoir/gint.git
synced 2024-12-28 20:43:36 +01:00
README: clarify install command
This commit is contained in:
parent
d3a2cf07a0
commit
97934cc18e
1 changed files with 6 additions and 0 deletions
|
@ -89,6 +89,7 @@ Run without `-c` to build. This configures automatically.
|
||||||
|
|
||||||
```
|
```
|
||||||
% fxsdk build-fx
|
% fxsdk build-fx
|
||||||
|
% fxsdk build-fx install
|
||||||
```
|
```
|
||||||
|
|
||||||
The available options are:
|
The available options are:
|
||||||
|
@ -105,6 +106,11 @@ The available options are:
|
||||||
|
|
||||||
* `-DGINT_USER_VRAM=1`: Store all VRAMs in the user stack (takes up 350k/512k)
|
* `-DGINT_USER_VRAM=1`: Store all VRAMs in the user stack (takes up 350k/512k)
|
||||||
|
|
||||||
|
```
|
||||||
|
% fxsdk build-cg
|
||||||
|
% fxsdk build-cg install
|
||||||
|
```
|
||||||
|
|
||||||
## Using in CMake-based add-ins
|
## Using in CMake-based add-ins
|
||||||
|
|
||||||
Find the `Gint` module and link against `Gint::Gint`. gint declares the include
|
Find the `Gint` module and link against `Gint::Gint`. gint declares the include
|
||||||
|
|
Loading…
Reference in a new issue