mirror of
https://github.com/digarok/gsplus.git
synced 2025-08-08 10:25:27 +00:00
e37e50affe1e02e335ff549e7a0717a4db52ee0c
cmake generates makefiles (or ninja file, xcode projects, etc) which are then built with make, ninja, xcode, etc. usage: make build # don't build in the source tree itself cd build cmake ../src/ then make as usual. It should work with OS X, Linux, and Win32 (tested on Windows with msys2 / mingw64, IIRC, using the win32 driver). "make bundle" will run the OS X bundle utility to bundle up libraries.
GSplus
An Apple IIgs emulator for Mac OSX, Windows, and Linux.
About
This is an early release of an experimental project to modernize the KEGS/GSport emulator platform and eventually extend it.
Install
Go to https://apple2.gs/plus to get the latest downloads for your system.
Usage Notes
You need to provide the ROM file and disk images and a config file. I'd recommend you just drop it in your current GSport or KEGS folder and run it from there.
See the doc/gsplusmanual.pdf file for much more complete documentation.
Build Instructions
See the /doc/ directory for "Developer-Quickstart" docs which cover building for the various platforms.
Description
Languages
C
89.1%
C++
8.2%
Assembly
1.8%
CMake
0.3%
Batchfile
0.2%
Other
0.2%