Skip to content

Instantly share code, notes, and snippets.

@retokromer
Last active May 26, 2019 13:50
Show Gist options
  • Save retokromer/324bd83369010c51b7a6ada286cdb954 to your computer and use it in GitHub Desktop.
Save retokromer/324bd83369010c51b7a6ada286cdb954 to your computer and use it in GitHub Desktop.
Basilisk II Compilation

Basilisk II Compilation

On macOS

You need cvs, autoconf and automake. If you don’t have them installed yet, then you can install them e.g. via Homebrew:

brew install cvs
brew install autoconf
brew install automake

Now you are ready to compile:

cd [path_to_Basilisk_II_folder]/src/Unix
./autogen.sh
make

On Ubuntu

You can compile with the commands:

cd [path_to_Basilisk_II_folder]/src/Unix
./autogen.sh
make

Note

I have tested Basilisk II 1.0 on macOS 10.14.3 and 10.13.6, as well as Ubuntu 18.04.1 LTS (also on Windows), emulating Mac OS 9.0.4 and running a standalone application generated by HyperCard 2.4.1.

2019-03-04 / Reto Kromer

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment