Skip to content

Commit

Permalink
Added build instructions.
Browse files Browse the repository at this point in the history
  • Loading branch information
hfreire committed Aug 27, 2016
1 parent a848cc8 commit 8d53ebb
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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`

0 comments on commit 8d53ebb

Please sign in to comment.