Go to file
2017-07-02 00:42:48 -05:00
build Fix to build on FreeBSD 2017-05-18 16:39:33 -05:00
cmake/Modules Remove old CMake find files 2017-04-13 04:48:08 -05:00
deps/ox Fix mkdir not to overwrite an existing dir 2017-07-02 00:42:48 -05:00
scripts Add PluginArgs for plugin system 2017-05-21 00:15:47 -05:00
src Add default ROM.oxfs for new projects 2017-07-01 05:03:52 -05:00
.gitignore Add dist directory for gathering builds 2017-05-16 00:17:22 -05:00
.liccor.yml Switch from old-style .liccor to new-style .liccor.yml 2017-05-14 23:44:00 -05:00
charset.png Add puts function and call it for Hello, World! 2017-04-14 05:46:28 -05:00
CMakeLists.txt Make NostalgiaStudio library a shared library 2017-06-30 18:00:10 -05:00
Dockerfile Remove already installed packages from devenv 2017-05-27 04:15:02 -05:00
LICENSE Initial commit. 2016-03-15 00:14:56 -05:00
Makefile Squashed 'deps/ox/' changes from 68c144f..56d91c1 2017-07-01 02:31:26 -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/