From 65cdd328472180c05d25e500c528140eab78aedd Mon Sep 17 00:00:00 2001 From: Travis Sunderland Date: Wed, 20 Mar 2019 22:32:24 -0500 Subject: [PATCH] add instructions for macOS --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5837f07..c83439b 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,7 @@ License: GPL * A graphics card with support for multitexturing and vertex arrays * Debian/Ubuntu Linux: `$ sudo apt-get install freeglut3-dev` +* macOS with Homebrew: Run `$ brew cask install xquartz && brew install freeglut` and then restart. ## Building