diff options
author | EoD <EoD@xmw.de> | 2016-01-17 13:03:16 +0100 |
---|---|---|
committer | Jose Fonseca <jfonseca@vmware.com> | 2016-01-17 22:11:24 +0000 |
commit | 111f2f6db475b3e47b3af17b186e941a44d9a064 (patch) | |
tree | 88f06b034aae20d09f22eb9e3bb89f16d51e864a /docs | |
parent | 49da75221f9c9d69eadc28e6b23af8c5afa26374 (diff) |
docs: Fix DirectX headers link.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/INSTALL.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/INSTALL.markdown b/docs/INSTALL.markdown index d0dec538..46f418e7 100644 --- a/docs/INSTALL.markdown +++ b/docs/INSTALL.markdown @@ -170,7 +170,7 @@ Additional requirements: * [MinGW-w64](http://mingw-w64.sourceforge.net/) (tested with mingw-w64's gcc version 4.6.3) -* [https://github.com/apitrace/dxsdk](DirectX headers) +* [DirectX headers](https://github.com/apitrace/dxsdk) It's also possible to cross-compile Windows binaries from Linux with [MinGW cross compilers](http://www.cmake.org/Wiki/CmakeMingw). |