From 901c47fe2c12b9628b81bc4e543a4235a37ad5b4 Mon Sep 17 00:00:00 2001 From: Kevin Harrison Date: Wed, 19 Dec 2018 12:15:07 -0500 Subject: [PATCH] Simplify build instructions for Linux --- README.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/README.md b/README.md index 29a1aa0..b09f974 100644 --- a/README.md +++ b/README.md @@ -91,14 +91,9 @@ Next, you need to compile the code to a native Lua module. 1. First, ensure you have the `cmake` and `luajit` packages installed. 2. Create a new folder next to `love-nuklear` called `love-nuklear-build`. 3. Open a terminal inside `love-nuklear-build`. -4. Run CMake with: +4. Compile the library with: ```sh $ cmake -DCMAKE_BUILD_TYPE=Release ../love-nuklear -$ ccmake . -``` -5. Press `c`, then `g` -6. Make the library with: -```sh $ make ``` 7. Locate `nuklear.so` in the build folder.