Skip to content
/ gsplus Public
forked from digarok/gsplus

Modern cross-platform Apple IIgs emulator and tools based on KEGS

License

Notifications You must be signed in to change notification settings

suaide/gsplus

This branch is up to date with digarok/gsplus:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

4805720 · Aug 16, 2019
Aug 22, 2018
Jul 28, 2019
Jan 3, 2019
Oct 14, 2016
Aug 16, 2019
Oct 28, 2016
Aug 13, 2018
May 11, 2019
Feb 11, 2019
Feb 20, 2019
Mar 2, 2018
Jul 25, 2018
Jul 28, 2019
Mar 14, 2019
Jul 25, 2018
Jul 25, 2018
May 9, 2019

Repository files navigation

GS+

An Apple IIgs emulator based on KEGS

Build instructions

OS X dependencies

brew install cmake pkg-config re2c sdl2 sdl2_image freetype

Linux dependencies

apt-get install re2c libsdl2-dev libsdl2-image-dev libfreetype6-dev libpcap0.8-dev

WIN32 dependencies

Install MSYS2 (not MSYS, not cygwin)

32-bit build:

pacman  -S re2c mingw-w64-i686-cmake mingw-w64-i686-SDL2 mingw-w64-i686-SDL2_image mingw-w64-i686-freetype

64-bit build:

pacman  -S re2c mingw-w64-x86_64-cmake mingw-w64-x86_64-SDL2 mingw-w64-x86_64-SDL2_image mingw-w64-x86_64-freetype

Linux, OS X, build

mkdir build
cd build
cmake ..
(optionally: ccmake .. to configure stuff)
make

Windows Build

mingw SDL build

mkdir build
cd build
cmake ../ -DDRIVER=SDL2 -DWITH_DEBUGGER=OFF -G "MSYS Makefiles"
make GSplus.exe

mingw GDI build

mkdir build
cd build
cmake ../ -DDRIVER=WIN32 -DWITH_DEBUGGER=OFF -G "MSYS Makefiles"
make GSplus.exe

About

Modern cross-platform Apple IIgs emulator and tools based on KEGS

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 58.2%
  • Objective-C 31.2%
  • C++ 8.0%
  • Assembly 1.7%
  • CMake 0.3%
  • Batchfile 0.2%
  • Other 0.4%