Skip to content

Commit

Permalink
Compile and run instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
kethinov authored and nstbayless committed Mar 23, 2019
1 parent 63d7d43 commit d14f6e5
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,15 @@ A9 09 9D A5 2A 85 10 A2 00 A9 16 9D 00 04
---------------- in IPS patch: ----------------
FE FE FE FE ... (repeats for 30 bytes)
```

### Compile and run

#### Linux/Mac

1. Install `cmake` with your package manager. Mac users should install `cmake` with [Homebrew](https://brew.sh/).
2. `cmake CMakeLists.txt`
3. `make`

#### Windows

See [discussion](https://github.com/nstbayless/ipsnect/issues/2).

0 comments on commit d14f6e5

Please sign in to comment.