Fix build scripts and instructions for Linux builds

This commit is contained in:
Kevin Harrison 2019-04-05 17:24:48 -04:00
parent 0d14e1c2cf
commit d463002a97
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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