Go to file
2017-05-14 23:44:00 -05:00
build Disable -Werror in debug builds 2016-12-24 13:06:44 -06:00
cmake/Modules Remove old CMake find files 2017-04-13 04:48:08 -05:00
deps/ox Add missing error reporting to file system ls 2017-05-13 23:19:17 -05:00
scripts Point CMake to using the subtree copy of Ox 2017-05-06 12:10:40 -05:00
src Start moving nost-pack into library 2017-05-14 10:40:48 -05:00
.gitignore Add support for reading studio state 2017-05-13 13:42:26 -05:00
.liccor.yml Switch from old-style .liccor to new-style .liccor.yml 2017-05-14 23:44:00 -05:00
build_rom.sh Cleanup magic numbers and make charset 4 bpp 2017-05-09 00:06:46 -05:00
charset.png Add puts function and call it for Hello, World! 2017-04-14 05:46:28 -05:00
CMakeLists.txt Fix project name in main CMakeLists.txt 2017-05-12 16:28:59 -05:00
Dockerfile Add findutils to devenv 2017-05-12 19:08:28 -05:00
LICENSE Initial commit. 2016-03-15 00:14:56 -05:00
Makefile Upgrade Ox 2017-04-21 06:12:17 -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/