Update win32 readme to point to location for oncrpc library for windows

libnfs-4.0.0-vitalif
Ronnie Sahlberg 2011-09-03 16:23:44 +10:00
parent 4b6737c15c
commit 37d14753ce
1 changed files with 7 additions and 2 deletions

View File

@ -1,6 +1,11 @@
1. checkout oncrpc-win32 project (branch hyper!)
LibNFS requires a oncrpc library and rpcgen compiler that can handle
64 bit types. Link below for one such package, but any 64bit capable oncrpc
package should work with some effort.
1. checkout git://github.com/Memphiz/oncrpc-win32.git project (branch hyper!)
2. build oncrpc-win32 project (see README.win32 in the projects dir)
3. checkout libnfs (branch win32)
4. adapt oncrpc-win32 path in win32/win32build.bat
4. build libnfs with cd win32;win32build.bat
5. copy lib/libnfs.dll and <oncrpc-win32-path>/win32/bin/liboncrpc.dll to the dir where the executable is...
5. copy lib/libnfs.dll and <oncrpc-win32-path>/win32/bin/liboncrpc.dll to the dir where the executable is...