aboutsummaryrefslogtreecommitdiff
path: root/README.windows
diff options
context:
space:
mode:
authorBrent Cook <bcook@openbsd.org>2015-06-11 06:25:41 -0500
committerBrent Cook <bcook@openbsd.org>2015-06-11 06:26:20 -0500
commitcf0bcbd5990e921fff9e50c0d1b890cf13dea30a (patch)
treef925a9b2340155ac1981930edadfc3517d7774e4 /README.windows
parentaed0eee7683f6223a3f7c4a9642c7cfdfdf65f57 (diff)
downloadportable-cf0bcbd5990e921fff9e50c0d1b890cf13dea30a.tar.gz
portable-cf0bcbd5990e921fff9e50c0d1b890cf13dea30a.tar.bz2
portable-cf0bcbd5990e921fff9e50c0d1b890cf13dea30a.zip
add OS-specific build notes
Diffstat (limited to 'README.windows')
-rw-r--r--README.windows6
1 files changed, 4 insertions, 2 deletions
diff --git a/README.windows b/README.windows
index 12e4963..cdaed2e 100644
--- a/README.windows
+++ b/README.windows
@@ -36,5 +36,7 @@ cv2pdb to generate Visual Studio and windbg compatible debug files. cv2pdb is a
36tool developed for the D language and can be found here: 36tool developed for the D language and can be found here:
37https://github.com/rainers/cv2pdb 37https://github.com/rainers/cv2pdb
38 38
39Pre-build Windows binaries are available with the LibreSSL release for your 39Pre-built Windows binaries are available with LibreSSL releases if you do not
40convenience. 40have a mingw-w64 build environment. Mingw-w64 code is largely, but not 100%,
41compatible with code built from Visual Studio. Notably, FILE * pointers cannot
42be shared between code built for Mingw-w64 and Visual Studio.