compiling.md (358B)
1 Compiling 2 --------- 3 4 This library makes use of [dep](https://github.com/finwo/dep) to manage it's 5 dependencies and exports. 6 7 To build, first run `dep install` from the root of the repository, after which 8 you can run `make` to build the project. 9 10 After you've compiled the pmlag utility, you may want to run `sudo make install` 11 to install it on your machine.