dokan-dev/dokan-sshfs

Build Instructions

WhiteAbeLincoln opened this issue · 2 comments

It would be nice to have some build instructions. Currently there are three different projects in the repository, and I'm not sure how they connect.

@WhiteAbeLincoln

  • Download the project (simply use git clone for this)
  • Open the directory: dokan-sshfs\DokanSSHFS
  • Open DokanSSHFS.csproj in visual studio
  • At the top of visual studio, click build > Configuration manager
  • Select x86 for platform and set Configuration to Release
  • Close it
  • Click build again and this time choose Build Solution
  • After it's done, you can find the executable in dokan-sshfs\DokanSSHFS\bin\x86\Release

Thank you @smac89
Added with 487d3a4