Skip to content

Commit 1e5a470

Browse files
committed
update gitignore and windows build instructions
1 parent 9d820d9 commit 1e5a470

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# exclude all dot files except .git and travis files
1+
# exclude all dot files except .git, appveyor and travis files
22
.*
33
!.git*
44
!.appveyor*
@@ -10,7 +10,6 @@ bin_plugs/
1010
intermediate/
1111
intermediate_plugs/
1212
lib/
13-
src/Externals/
1413
*.aps
1514
*.user
1615
*.PVS-Studio.*

doc/howto/build.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ Build:
55
Currently, the only compiler supported is Visual C++ 2017. If you don't have Visual Studio yet, you can
66
download and install Visual Studio 2017 Community Edition - it's absolutely free for open source projects.
77

8-
By default, all libraries mentioned below (except Windows SDK) are assumed to be in
9-
the src\Externals directory.
10-
118
Windows SDK is available from Visual Studio 2017 installer. You will definitely need to install the following items:
129
* Windows 8.1 SDK (or newer)
1310
* Visual C++ MFC for x86 and x64

0 commit comments

Comments
 (0)