From e620a97573cd294cc70a813ac3b3d5d524b212fd Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Wed, 9 Dec 2015 13:03:16 -0500 Subject: [PATCH] Updated the README. Going to outright drop MinGW-w64 support next. --- README.md | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 319f9b03..d8786842 100644 --- a/README.md +++ b/README.md @@ -2,11 +2,25 @@ This README is being written. -## Requirements +## Runtime Requirements * Windows: Windows Vista SP2 with Platform Update or newer * Unix: GTK+ 3.4 or newer -* OS X: OS X 10.7 or newer +* Mac OS X: OS X 10.7 or newer + +## Build Requirements + +* All platforms: +** GNU make 3.81 or newer (Xcode comes with this; on Windows you will need to get it yourself) +* Windows: Microsoft Visual Studio 2013 or newer +** This may be reduced to 2010 if necessary. +** MinGW is currently unsupported. MinGW-w64 support will be re-added once the following features come in: +*** [Isolation awareness](https://msdn.microsoft.com/en-us/library/aa375197%28v=vs.85%29.aspx) +*** Linker symbols for some functions such as `TaskDialog()` (which I thought I submitted...) +* Unix: nothing specific +* Mac OS X: nothing specific, so long as you can build Cocoa programs + +(TODO write some notes on make variables and cross-compiling) ## Documentation