Kelvin Sherlock e37e50affe cmake support.
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.
2018-12-13 20:53:58 -05:00
2018-09-11 17:06:05 -05:00
2018-12-13 20:53:58 -05:00
2018-08-22 14:53:17 -05:00

GSplus

An Apple IIgs emulator for Mac OSX, Windows, and Linux.

Screenshot of starting the program

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
Modern cross-platform Apple IIgs emulator and tools based on KEGS
Readme 22 MiB
Languages
C 89.1%
C++ 8.2%
Assembly 1.8%
CMake 0.3%
Batchfile 0.2%
Other 0.2%