Update BUILDING.md

This commit is contained in:
Lew Rossman
2019-05-16 13:07:33 -04:00
parent c37cd1ee52
commit 0e48056da5

View File

@@ -15,4 +15,4 @@ In addition, two Windows one-click-build scripts are included in the `win_build`
1. `Makefile2.bat`: this script uses the `CMake` file and requires the build tools for Visual Studio available from [https://visualstudio.microsoft.com/downloads/](https://visualstudio.microsoft.com/downloads/). The Community version will work just fine. This script was tested with Visual Studio 2017 and 2019.
2. `Makefile.bat`: this is the legacy build script compatible with Visual Studio 2010 which conforms with the C89 Standard which was the standard EPANET supported from earlier versions. This script requires the installation of Microsoft Windows SDK 7.1 ([https://www.microsoft.com/en-us/download/details.aspx?id=8279](https://www.microsoft.com/en-us/download/details.aspx?id=8279)).
Both scripts will build the EPANET library (DLL) and the executable files for 32 and 64 bits Windows platforms.
Both scripts will build the EPANET library (`epanet2.dll`) and the command line executable (`epanet2.exe`) for the 32 and 64 bit Windows platforms and will place them in the `win_build\32bit` and `win_build\64bit` directories, respectively.