mirror of
https://github.com/keharriso/love-nuklear.git
synced 2025-09-10 16:17:47 -04:00
Add Guix build instruction in README
This commit is contained in:
parent
fef4e00a60
commit
09cdd09716
1 changed files with 7 additions and 0 deletions
|
@ -98,6 +98,13 @@ $ make
|
||||||
```
|
```
|
||||||
5. Locate `nuklear.so` in the build folder.
|
5. Locate `nuklear.so` in the build folder.
|
||||||
|
|
||||||
|
#### Via GNU Guix
|
||||||
|
|
||||||
|
LÖVE-Nuklear is also available as a [Guix](http://guix.gnu.org/) package, and can thus be directly downloaded and built via:
|
||||||
|
```
|
||||||
|
$ guix package --install love-nuklear
|
||||||
|
```
|
||||||
|
|
||||||
### Compiling with CMake and MinGW on Windows
|
### Compiling with CMake and MinGW on Windows
|
||||||
|
|
||||||
1. Install [CMake](https://cmake.org/download/) and [MinGW](http://mingw.org/) or [MinGW-w64](https://mingw-w64.org/doku.php).
|
1. Install [CMake](https://cmake.org/download/) and [MinGW](http://mingw.org/) or [MinGW-w64](https://mingw-w64.org/doku.php).
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue