Skip to content

Instantly share code, notes, and snippets.

@pauldougan
Last active January 1, 2025 12:44
Show Gist options
  • Save pauldougan/61b717029cf0eb4969c8d0669b7c9854 to your computer and use it in GitHub Desktop.
Save pauldougan/61b717029cf0eb4969c8d0669b7c9854 to your computer and use it in GitHub Desktop.
Eno 77 Million Paintings

Running Brian Eno 77 Million Paintings (2006)

image

How to run the 2006 version of the Brian Eno generative software modern hardware using Wine on MacOS.

Prerequisites

1. Install the software

1.1 Install wine

brew install wine-stable

1.2 Install the 777 Million Paintings software

Insert the cd into the drive.

wineconsole
H:
setup
image image image image image image image image
  1. Run the software
C:
cd Program Files (x86)
cd 77 Million Paintings
77m

or

wine64 "c:\Program Files (x86)\77 Million Paintings\77m.exe"

or

alias 77m='wine64 "c:\Program Files (x86)\77 Million Paintings\77m.exe"'
77m
image
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment