Skip to content

peterfpeterson/morebin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d4a3042 · Feb 19, 2018
Feb 19, 2018
Sep 9, 2016
Dec 23, 2014
Apr 11, 2014
Dec 12, 2016
Feb 16, 2018
Aug 20, 2014
Sep 9, 2016
Jul 24, 2016
Jul 24, 2016
Sep 8, 2016
Apr 22, 2015
Apr 21, 2015
Apr 20, 2011
Jun 11, 2015
Feb 27, 2015
Sep 22, 2016
Feb 19, 2018
Jun 16, 2015
Jun 16, 2015
Apr 2, 2014
Jun 16, 2015
Jun 16, 2015
May 29, 2015
Apr 21, 2015
Apr 26, 2011
Apr 26, 2011
Jun 12, 2015
Sep 22, 2016
Jun 16, 2015
Sep 16, 2011

Repository files navigation

morebin is the most overengineered single binary.

Building from source

Required packages and libraries

  • cmake
  • boost-program-options
  • boost-date-time

Installing

You can grab binary installer:

Building from source

Simply perform the normal 3-step dance (style points if you build with ninja)

cmake .
make
sudo make install

To make the installer (rpm only for now) instead execute the target

make package_rpm

There is a weird bug with old boost and new CMake (like on RHEL6) that makes it impossible to link. To get around this just cmake . -DBoost_NO_BOOST_CMAKE=ON and make again.

Extra information

license Travis-CI Build Status Drone.io Build Status Build status Coverity Scan Build Status Coverage Status Code Climate Issue Count