Update README to Visual Studio 2019
This commit is contained in:
parent
620d50fd39
commit
52345da0de
1
.gitignore
vendored
1
.gitignore
vendored
@ -5,6 +5,7 @@ umltest.status
|
|||||||
/cmake-build-*
|
/cmake-build-*
|
||||||
/.idea
|
/.idea
|
||||||
*~
|
*~
|
||||||
|
/.vs
|
||||||
|
|
||||||
src/gitversion/*.pyc
|
src/gitversion/*.pyc
|
||||||
src/gitversion/__pycache__
|
src/gitversion/__pycache__
|
||||||
|
@ -28,7 +28,7 @@ Windows (experimental)
|
|||||||
CryFS has experimental Windows support since the 0.10 release series. To install it, do:
|
CryFS has experimental Windows support since the 0.10 release series. To install it, do:
|
||||||
|
|
||||||
1. Install [DokanY](https://github.com/dokan-dev/dokany/releases)
|
1. Install [DokanY](https://github.com/dokan-dev/dokany/releases)
|
||||||
2. Install [Microsoft Visual C++ Redistributable for Visual Studio 2017](https://support.microsoft.com/en-us/help/2977003/the-latest-supported-visual-c-downloads)
|
2. Install [Microsoft Visual C++ Redistributable for Visual Studio 2019](https://support.microsoft.com/en-us/help/2977003/the-latest-supported-visual-c-downloads)
|
||||||
3. Install [CryFS](https://www.cryfs.org/#download)
|
3. Install [CryFS](https://www.cryfs.org/#download)
|
||||||
|
|
||||||
GUI
|
GUI
|
||||||
@ -94,12 +94,12 @@ You can pass the following variables to the *cmake* command (using *-Dvariablena
|
|||||||
Building on Windows (experimental)
|
Building on Windows (experimental)
|
||||||
----------------------------------
|
----------------------------------
|
||||||
|
|
||||||
Build with Visual Studio 2017 and pass in the following flags to CMake:
|
Build with Visual Studio 2019 and pass in the following flags to CMake:
|
||||||
|
|
||||||
-DDOKAN_PATH=[dokan library location, e.g. "C:\Program Files\Dokan\DokanLibrary-1.2.1"]
|
-DDOKAN_PATH=[dokan library location, e.g. "C:\Program Files\Dokan\DokanLibrary-1.2.1"]
|
||||||
-DBOOST_ROOT=[path to root of boost installation]
|
-DBOOST_ROOT=[path to root of boost installation]
|
||||||
|
|
||||||
If you set these variables correctly in the `CMakeSettings.json` file, you should be able to open the cryfs source folder with Visual Studio 2017.
|
If you set these variables correctly in the `CMakeSettings.json` file, you should be able to open the cryfs source folder with Visual Studio 2019.
|
||||||
|
|
||||||
Troubleshooting
|
Troubleshooting
|
||||||
---------------
|
---------------
|
||||||
|
Loading…
x
Reference in New Issue
Block a user