Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 595 Bytes

Build.md

File metadata and controls

36 lines (22 loc) · 595 Bytes

Building EPANET Locally on Windows

Dependencies

Before the project can be built the required dependencies must be installed.

Summary of Build Dependencies: Windows

  • Build
    • Build Tools for Visual Studio 2017
    • CMake 3.13

Build

EPANET can be built with one simple command.

\> cd epanet
\epanet>scripts\make.cmd

More Information

See Wiki/Build System