Basic-Emulator is a simple Applesoft-Basic Emulator.
Use git to clone the repository:
git clone https://gitlab.com/average-basic-enjoyers/basic-emulator.git
On Debian based distros, the following packages are required:
sudo apt install git cmake ninja-build libx11-dev xorg-dev libglu1-mesa-dev
Git, CMake and preferably Visual Studio (as it ships with Microsoft's MSVC compiler) must all be installed.
Basic-Emulator uses the CMake build system.
For quick setup, the configure wrapper takes care of setting up CMake automatically. It must be run from the Basic-Emulator root directory.
./configure-lin-64 <debug|release>
.\configure-win-64.bat <debug|release>