diff --git a/README b/README index b4111edab90..129d9e81b3f 100644 --- a/README +++ b/README @@ -76,3 +76,8 @@ To install from a libfabric source package run the following commands: If building directly from the libfabric git tree, run './autogen.sh' before the configure step. + +Windows +======= +Please find Windows specific instructions in docs/windows.txt file + diff --git a/docs/windows.txt b/docs/windows.txt new file mode 100644 index 00000000000..e49a8f09dcf --- /dev/null +++ b/docs/windows.txt @@ -0,0 +1,22 @@ +Libfabric for Windows +============================ + +Dependencies: +- MS Visual Studio 2015. Older Visual Studio's (2010 - 2013) may be used + as well, but not recommended +- Intel Compiler XE 2015 + +Limitations: +- Supported only 64-bit achitectures +- Supported Windows Vista or newer Windows version +- Supported 'sockets' provider only + +Build: +- Open libfabric.sln file using Visual Studio +- Select appropriate configuration: debug/release +- Launch build procedure +- After build complete target binaries are located at x64/ + directory + + +