Skip to content

friedkiwi/minivmac

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Yvan Janssens
Oct 28, 2019
c273481 · Oct 28, 2019

History

48 Commits
Jun 29, 2019
Oct 28, 2019
May 20, 2019
Jun 29, 2019
Jun 29, 2019
Jun 29, 2019
Oct 28, 2019
May 20, 2019
May 20, 2019
May 20, 2019
Jun 29, 2019

Repository files navigation

Mini vMac

This is a fork of Mini vMac (https://www.gryphel.com/c/minivmac/)

Building

Build status: build status

To build this repository:

  1. create a build subdirectory
  2. run cmake .. in this directory
  3. make should give you a minivmac_x11 and/or a minivmac_sdl binary on Linux

To build for Windows, use MinGW-W64 with the included toolchain files:

  1. create a build subdirectory
  2. run cmake -DCMAKE_TOOLCHAIN_FILE=../cmake/toolchain_mingw32.txt .. or cmake -DCMAKE_TOOLCHAIN_FILE=../cmake/toolchain_mingw64.txt .. in this directory.

A minivmac.exe file for the specified architecture should have appeared.