Skip to content

Commit

Permalink
added windows specific docs
Browse files Browse the repository at this point in the history
described dependencies, limitations

Signed-off-by: Oblomov, Sergey <[email protected]>
  • Loading branch information
soblomov committed Jun 24, 2016
1 parent 80852bb commit c839abc
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -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

22 changes: 22 additions & 0 deletions docs/windows.txt
Original file line number Diff line number Diff line change
@@ -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/<your-configuration>
directory



0 comments on commit c839abc

Please sign in to comment.