Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 670 Bytes

INSTALL.md

File metadata and controls

21 lines (14 loc) · 670 Bytes

Installation Instructions

Requirements

This project makes use of GNU Automake as a build system.

macOS Prereq

brew install autoconf automake libtool pkg-config libgcrypt glib

Development headers for Libgcrypt and GLib 2.0 are required at a minimum

Building

  1. cd into the repo
  2. autoreconf --install to initialize the build system
  3. ./configure to prepare the project
  4. make to build the binary
    • Binaries will be built to the ./src directory
  5. make install to install the built project to the system