From 8d53ebbf2b3c89a5fde968515151b24492e52541 Mon Sep 17 00:00:00 2001 From: Hugo Freire Date: Sat, 27 Aug 2016 16:53:57 +0200 Subject: [PATCH] Added build instructions. --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index 266a60b..2a614a5 100644 --- a/README.md +++ b/README.md @@ -1 +1,16 @@ # 👀 Monitor DHCP requests on a LAN 💻 + +# Build + +1. `mkdir build` +2. `cd build` +3. `cmake ..` +4. `make` + +# Build for Raspberry Pi (cross-compile) +Note: Requires the ARM cross compiler toolchain installed and configured in your environment. + +1. `mkdir build` +2. `cd build` +3. `cmake -DCMAKE_TOOLCHAIN_FILE=../cmake/platforms/linux/toolchain/arm-linux-gnueabihf.cmake ..` +4. `make` \ No newline at end of file