Commit | Line | Data |
---|---|---|
5670ec6e AM |
1 | LibNFS requires a oncrpc library and rpcgen compiler that can handle |
2 | 64 bit types. Link below for one such package, but any 64bit capable oncrpc | |
3 | package should work with some effort. | |
4 | ||
5 | ||
6 | 1. checkout git://github.com/Memphiz/oncrpc-win32.git project (branch hyper!) | |
7 | 2. build oncrpc-win32 project (see README.libnfs in the projects dir) | |
8 | 3. checkout libnfs ("parallel" to oncrpc-win32) | |
9 | 4. load vs2010 project from win32/libnfs/libnfs.sln | |
10 | 5. build libnfs and nfsclient-sync |