Skip to content
Open
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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ For Odin files, use the latest nightly build of Odin, as the template code makes

For C/C++ templates, all required .lib files are included in the `libs` folder. On Windows, you'll want to run the build.bat script from the Visual Studio Native Tools Developer Prompt for x64.

We don't have a setup for Linux or Mac at the moment. The build for all of the templates is pretty simple, however, so if you're on those platforms, it should be relatively straightforward to build there too.
We don't have a setup for GNU/Linux or additional setups aside from raylib for MacOS at the moment. However, the build for all of the templates is pretty simple so if you're on those platforms, it should be relatively straightforward to build there too. Feel free to ask in Discord if you get stuck!

Most of the templates here were sourced from the examples provided with the aforementioned libraries.

Expand All @@ -25,4 +25,4 @@ or

Modifying:

Open `build_macos.sh` and edit `SOURCE_FILES` and/or `OUTPUT`
Open `build_macos.sh` and edit `SOURCE_FILES` and/or `OUTPUT`