From 6513b7af6e06fd52257c9a07d276fb0d2062726d Mon Sep 17 00:00:00 2001 From: Dan Abad Date: Sun, 17 Jul 2016 09:37:22 -0500 Subject: [PATCH] Add compiling notice for Windows users in README --- README.markdown | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.markdown b/README.markdown index b41810e..1fee916 100644 --- a/README.markdown +++ b/README.markdown @@ -54,6 +54,10 @@ ui.window(im_str!("Hello world")) cargo run --example test_window cargo run --example test_window_impl +Note to Windows users: You will need to use the *MSVC ABI* version of the Rust compiler along +with its associated [dependencies](https://www.rust-lang.org/en-US/downloads.html#win-foot) to +build this libary and run the examples. + ## How to contribute 1. Change or add something