Animal Crossing: New Horizons save/pattern editor.
- mbedtls
- wxWidgets (tested on 3.1.3)
sudo apt install libmbedtls-dev
# Install wxWidgets with GTK (default)
https://wiki.wxwidgets.org/Compiling_and_getting_started
# Or install wxWidget with QT
https://docs.wxwidgets.org/3.1.3/plat_qt_install.html
Set wxWidgets_ROOT_DIR and wxWidgets_LIB_DIR, example.
See https://tls.mbed.org/kb/compiling-and-building/using-mbedtls-in-microsoft-visual-studio-2015 and glhf.
I hardcoded the path inside horizonlib/CMakeLists.txt
so you'll need to change that.
You also need to copy the wxWidgets DLLs from wxWidgets_LIB_DIR to the directory containing the executable.
brew install mbedtls libpng
mkdir build
cd build
cmake ..
# Now use make/msvc/whatever to build
make
This project is based on or uses parts of the following software.