Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ There are the following unit test flavors:

Build using Make on Linux/MacOS/MinGW/WSL2:
```bash
clone --recurse-submodules https://github.com/vinniefalco/LuaBridge
clone --recurse-submodules https://github.com/vinniefalco/LuaBridge.git
cd LuaBridge
cmake -DCMAKE_BUILD_TYPE=Debug -B build
# or cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo -B build
Expand All @@ -53,15 +53,15 @@ cmake --build build

Generate XCode project on MacOS:
```bash
clone --recurse-submodules https://github.com/vinniefalco/LuaBridge
clone --recurse-submodules https://github.com/vinniefalco/LuaBridge.git
cd LuaBridge
cmake -G Xcode -B build
# Generates XCode project build/LuaBridge.xcodeproj
```

Generate MSVS solution on Windows:
```bash
clone --recurse-submodules https://github.com/vinniefalco/LuaBridge
clone --recurse-submodules https://github.com/vinniefalco/LuaBridge.git
cd LuaBridge
mkdir build
cd build
Expand Down