This is a C64 Emulator written in C++ using Qt6 as part of a practical course at the Karlsruher Institut für Technologie.
Credits:
- Marcel Riedel
- Moritz Behr
- Patrick Jaberg
You need:
- Qt 6 open source
- Qt -> Qt 6.3.0 -> MinGW 11.2.0 64-bit
- Qt -> Qt 6.3.0 -> Additional Libraries -> Qt Multimedia
- QtCreator (should be preselected)
- Start QtCreator
- File -> Open -> CMakeLists.txt in this folder
- Check Desktop Qt 6.3.0 MinGW 64-bit
- Compile and run with green Triangle (lower left)
The deploy_windows.ps1
script can be used to deploy to a portable executable or .exe Installer.
For the installer, is required.
Just build with cmake:
mkdir build
cd build
cmake ..
make