Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 305 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 305 Bytes

PowerDHCP

PowerDHCP is a modular DHCP server

Prerequisites

To compile this software, you will need

  • boost v1.53 or better
  • lua 5.1 or higher
  • C/C++ compiler
  • GNU Make

Installation

To install, run

  • configure
  • make
  • make install

Usage