Skip to content

Commit

Permalink
update gitignore and windows build instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
q4a committed Jun 30, 2018
1 parent 9d820d9 commit 1e5a470
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# exclude all dot files except .git and travis files
# exclude all dot files except .git, appveyor and travis files
.*
!.git*
!.appveyor*
Expand All @@ -10,7 +10,6 @@ bin_plugs/
intermediate/
intermediate_plugs/
lib/
src/Externals/
*.aps
*.user
*.PVS-Studio.*
3 changes: 0 additions & 3 deletions doc/howto/build.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ Build:
Currently, the only compiler supported is Visual C++ 2017. If you don't have Visual Studio yet, you can
download and install Visual Studio 2017 Community Edition - it's absolutely free for open source projects.

By default, all libraries mentioned below (except Windows SDK) are assumed to be in
the src\Externals directory.

Windows SDK is available from Visual Studio 2017 installer. You will definitely need to install the following items:
* Windows 8.1 SDK (or newer)
* Visual C++ MFC for x86 and x64
Expand Down

0 comments on commit 1e5a470

Please sign in to comment.