OFP  1.0
Option and Flag Parser
Installation

Installation


Compiling from source

First install the latest source distribution from github, if you haven't already

  1. Unpack the archive
    • on Linux

      gunzip ofp-VERSION_src.tar.gz
      tar xf ofp-VERSION_src.tar

    • on Windows

      tar zxvf ofp-VERSION_src.tar.gz

  2. Configure the makefile to suit your needs and run make to compile a
    • Static library

      make o
      make slib

    • Dynamic library

      make o
      make dlib

  3. Clean the directory

    make clean

Installing the binaries

Download the latest distribution of pre-compiled OFP libraries and executables from sourceforge