X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=README.win32.txt;h=298045ea4919e6e26facdcf9b66b8ba769b8ece7;hb=0672f75b57b9e0fbf56079944fde5b2fc9de27be;hp=6e482c8588b04ea3b15eb2999bdb681173fe6ecd;hpb=7f7993883c95285601fd19bb07c0742e393b6bd4;p=deb_libnfs.git diff --git a/README.win32.txt b/README.win32.txt index 6e482c8..298045e 100644 --- a/README.win32.txt +++ b/README.win32.txt @@ -1,6 +1,10 @@ -1. checkout oncrpc-win32 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 /win32/bin/liboncrpc.dll to the dir where the executable is... \ No newline at end of file +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.libnfs in the projects dir) +3. checkout libnfs ("parallel" to oncrpc-win32) +4. load vs2010 project from win32/libnfs/libnfs.sln +5. build libnfs and nfsclient-sync