aboutsummaryrefslogtreecommitdiff
path: root/build_msvc/README.md
diff options
context:
space:
mode:
authorChun Kuan Lee <ken2812221@gmail.com>2018-08-26 00:15:51 +0800
committerChun Kuan Lee <ken2812221@gmail.com>2018-08-26 23:54:26 +0800
commit0b16f679d519370be9d2c10fb7e8f169770e5d29 (patch)
treeb4fb02947aa2d59b5631260301087dbe72fa05ab /build_msvc/README.md
parent55c18a45305f9e89a726f8cf82a7b16a2ab7f955 (diff)
downloadbitcoin-0b16f679d519370be9d2c10fb7e8f169770e5d29.tar.xz
auto generate MSVC project files
Diffstat (limited to 'build_msvc/README.md')
-rw-r--r--build_msvc/README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/build_msvc/README.md b/build_msvc/README.md
index 6de464e92f..5fb08df8d7 100644
--- a/build_msvc/README.md
+++ b/build_msvc/README.md
@@ -47,4 +47,10 @@ The instructions below use vcpkg to install the dependencies.
leveldb:x64-windows-static
```
+- Use Python to generate *.vcxproj from Makefile
+
+```
+ PS >python msvc-autogen.py
+```
+
- Build in Visual Studio. \ No newline at end of file