From 2c7109fcf25e806c988fd3206cd19313d618cc86 Mon Sep 17 00:00:00 2001 From: mousebyte Date: Wed, 10 May 2023 14:12:59 -0400 Subject: [PATCH] Update build instructions --- README.md | 2 +- docs/index.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fbc867e..45ebe77 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Full [documentation](https://mousebyte.github.io/LuaClassLib/) is available on G Example build process on Arch Linux: ```bash -git clone https://github.com/mousebyte/LuaClassLib.git +git clone --recurse-submodules https://github.com/mousebyte/LuaClassLib.git cd LuaClassLib mkdir build && cd build cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release diff --git a/docs/index.rst b/docs/index.rst index b71284b..9825a0d 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -30,7 +30,7 @@ For Linux systems with Lua installed: .. sourcecode:: console - $ git clone https://github.com/mousebyte/LuaClassLib.git + $ git clone --recurse-submodules https://github.com/mousebyte/LuaClassLib.git $ mkdir build && cd build $ cmake .. -DCMAKE_BUILD_TYPE=Release $ make && sudo make install