Skip to content

Commit

Permalink
Swap out compilation steps for friendlier steps
Browse files Browse the repository at this point in the history
  • Loading branch information
riverar committed Aug 19, 2020
1 parent 10f0707 commit 1993831
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions README.md
Expand Up @@ -23,13 +23,12 @@ Installation is not required, however *Mach2* utilizes registration-free COM act

## Building from source

If you want to have the latest version of *Mach2*, you will need to build it from source code. You only need to have Visual Studio 2017 or newer and Windows 10 SDK.
Compilation requires Visual Studio 2017 or newer and a recent version of the Windows 10 SDK installed.

### Procedure:

1. Open Visual Studio Developer command prompt
2. Run `msbuild mach2.sln /m /p:Configuration=Release`
3. Check the `bin` folder
### Step-by-step
1. Open `mach2.sln` in Visual Studio
2. Change the target platform and configuration as needed
3. Build

## Usage
*Mach2* relies on [CLI11](https://github.com/CLIUtils/CLI11) to provide a canonical command line argument-driven interface. It's recommended you run the tool with `--help` for details on how to use the tool.
Expand Down

0 comments on commit 1993831

Please sign in to comment.