Stupid Markdown
This commit is contained in:
parent
e620a97573
commit
a29f8ee890
10
README.md
10
README.md
|
@ -11,12 +11,12 @@ This README is being written.
|
||||||
## Build Requirements
|
## Build Requirements
|
||||||
|
|
||||||
* All platforms:
|
* All platforms:
|
||||||
** GNU make 3.81 or newer (Xcode comes with this; on Windows you will need to get it yourself)
|
* 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
|
* Windows: Microsoft Visual Studio 2013 or newer
|
||||||
** This may be reduced to 2010 if necessary.
|
* 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:
|
* 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)
|
* [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...)
|
* Linker symbols for some functions such as `TaskDialog()` (which I thought I submitted...)
|
||||||
* Unix: nothing specific
|
* Unix: nothing specific
|
||||||
* Mac OS X: nothing specific, so long as you can build Cocoa programs
|
* Mac OS X: nothing specific, so long as you can build Cocoa programs
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue