mirror of
https://github.com/keharriso/love-nuklear.git
synced 2025-09-10 16:17:47 -04:00
Fix build scripts and instructions for Linux builds
This commit is contained in:
parent
0d14e1c2cf
commit
d463002a97
2 changed files with 2 additions and 2 deletions
|
@ -88,7 +88,7 @@ Next, you need to compile the code to a native Lua module.
|
|||
|
||||
### Compiling with CMake on Linux
|
||||
|
||||
1. First, ensure you have the `cmake` and `luajit` packages installed.
|
||||
1. First, ensure you have the `cmake` and `luajit` packages installed, as well as `libluajit-5.1-dev` if your distro has this package.
|
||||
2. Create a new folder next to `love-nuklear` called `love-nuklear-build`.
|
||||
3. Open a terminal inside `love-nuklear-build`.
|
||||
4. Compile the library with
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
find_path(LUA_INCLUDE_DIR luajit.h
|
||||
HINTS
|
||||
ENV LUA_DIR
|
||||
PATH_SUFFIXES include/luajit-2.0 include
|
||||
PATH_SUFFIXES include/luajit-2.0 include/luajit-2.1 include
|
||||
PATHS
|
||||
~/Library/Frameworks
|
||||
/Library/Frameworks
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue