[fix] - vs2010 project for libnfs
[deb_libnfs.git] / README.win32.txt
CommitLineData
37d14753
RS
1LibNFS requires a oncrpc library and rpcgen compiler that can handle
264 bit types. Link below for one such package, but any 64bit capable oncrpc
3package should work with some effort.
4
5
61. checkout git://github.com/Memphiz/oncrpc-win32.git project (branch hyper!)
7f799388
M
72. build oncrpc-win32 project (see README.win32 in the projects dir)
83. checkout libnfs (branch win32)
94. adapt oncrpc-win32 path in win32/win32build.bat
104. build libnfs with cd win32;win32build.bat
37d14753 115. copy lib/libnfs.dll and <oncrpc-win32-path>/win32/bin/liboncrpc.dll to the dir where the executable is...