Go to file
2017-10-14 20:58:06 -05:00
build Squashed 'deps/ox/' content from commit c63e0c1 2017-10-11 19:20:46 -05:00
cmake/Modules Squashed 'deps/ox/' content from commit c63e0c1 2017-10-11 19:20:46 -05:00
deps/ox Merge commit '8559ab53ccc74e63924b4a9a31bc91ee1dafefa9' as 'deps/ox' 2017-10-11 19:20:46 -05:00
scripts Rename build-rom to gba-pkg 2017-10-14 19:45:40 -05:00
src Fix heap delete to work with the moving of the HeapSegment header 2017-10-14 20:58:06 -05:00
.gitignore Squashed 'deps/ox/' content from commit c63e0c1 2017-10-11 19:20:46 -05:00
.liccor.yml Squashed 'deps/ox/' content from commit c63e0c1 2017-10-11 19:20:46 -05:00
charset.png Add puts function and call it for Hello, World! 2017-04-14 05:46:28 -05:00
CMakeLists.txt Add IDE switch to CMake options, Add charset.png to dist 2017-10-12 00:34:40 -05:00
Dockerfile Remove already installed packages from devenv 2017-05-27 04:15:02 -05:00
LICENSE Squashed 'deps/ox/' content from commit c63e0c1 2017-10-11 19:20:46 -05:00
Makefile Rename build-rom to gba-pkg 2017-10-14 19:45:40 -05:00
README.md Add setup information for building on macOS 2017-04-19 01:23:07 -05:00

Nostalgia

Setup

macOS

Run something along the lines of the following to let CMake know where Qt is installed. You may need to adjust this location.

export CMAKE_PREFIX_PATH=/usr/local/Cellar/qt5/5.8.0_2/