From d14f6e56cc6afea4247f8c2dd1936da2fd44d0e0 Mon Sep 17 00:00:00 2001 From: Eric Newport Date: Sat, 23 Mar 2019 15:28:21 -0400 Subject: [PATCH] Compile and run instructions --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index a03a504..ff8273e 100644 --- a/README.md +++ b/README.md @@ -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).