Go to file
Gary Talent 346b01be07 Start on support for 4 bpp images
This may be all that's needed, but there seems to be another issue
causing the characters to look weird, though that's probably a
filesystem issue.
2017-05-05 18:54:13 -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
scripts Start on Nostalgia Studio 2017-04-16 01:00:50 -05:00
src Start on support for 4 bpp images 2017-05-05 18:54:13 -05:00
.gitignore Add ability to read media section 2017-04-07 18:49:41 -05:00
.liccor Enable drawing of backgroud tiles. 2017-04-04 19:21:29 -05:00
build_rom.sh Start on support for 4 bpp images 2017-05-05 18:54:13 -05:00
charset.png Add puts function and call it for Hello, World! 2017-04-14 05:46:28 -05:00
CMakeLists.txt Add conclusion page to wizard and prevent recreating already existing 2017-05-03 23:20:53 -05:00
Dockerfile Upgrade ox 2017-05-04 00:57:01 -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/