File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ There are the following unit test flavors:
4343
4444Build using Make on Linux/MacOS/MinGW/WSL2:
4545``` bash
46- clone --recurse-submodules https://github.com/vinniefalco/LuaBridge
46+ clone --recurse-submodules https://github.com/vinniefalco/LuaBridge.git
4747cd LuaBridge
4848cmake -DCMAKE_BUILD_TYPE=Debug -B build
4949# or cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo -B build
@@ -53,15 +53,15 @@ cmake --build build
5353
5454Generate XCode project on MacOS:
5555``` bash
56- clone --recurse-submodules https://github.com/vinniefalco/LuaBridge
56+ clone --recurse-submodules https://github.com/vinniefalco/LuaBridge.git
5757cd LuaBridge
5858cmake -G Xcode -B build
5959# Generates XCode project build/LuaBridge.xcodeproj
6060```
6161
6262Generate MSVS solution on Windows:
6363``` bash
64- clone --recurse-submodules https://github.com/vinniefalco/LuaBridge
64+ clone --recurse-submodules https://github.com/vinniefalco/LuaBridge.git
6565cd LuaBridge
6666mkdir build
6767cd build
You can’t perform that action at this time.
0 commit comments