-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to Compile? #3
Comments
In the appropiate Cygwin environment a custom build is not that difficult. It takes some time because you need to install all the dependencies manually and adjust few things to the system environment, but the build works just as defined in the Makefile. @boAtLimbic You are using a more modern version of libnfs as specified and the issues are located mostly there. Sadly I can't promise anything yet. My actual goal was to get a more performant integration between Windows and Linux VMs, where NFS should be significantly better at handling small files than SMB. But given the complexity of getting this fully working with NFSv4, a custom solution seems to be more worthwile than I initially expected. Such a custom solution could achieve better integration by utilising the native WinFsp API instead of FUSE (making features like file monitoring possible) and significantly better performance by using virtual sockets. |
How to compile the project on windows?
The text was updated successfully, but these errors were encountered: