diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -19,6 +19,12 @@ Documentation is built using [ldoc](https://github.com/stevedonovan/LDoc), just ## Misc. This project is under very heavy development. Expect lots of code churn for the foreseeable future. +#### Msys2 +Under msys2, I had to install the w32api headers `pacman -Syu msys/msys2-w32api-headers` +Then comment out the closeing curly brace at line 1128 of `/usr/include/w32api/tchar.h` +Then use the mingw64 shell in C:/msys2/mingw64.exe (make sure `gcc -dumpmachine` outputs `x86_64-w64-mingw32` or something and not `x86_64-pc-msys`) to `make DEBUG=true` +Then install the mingw64 version of make, and use it to create the makefile for lib/bullet + ### Roadmap 0. <del>Lua-defined textures</del> |
