Skip to content

CPP BoilerPlate with Autotools

Pre-release
Pre-release
Compare
Choose a tag to compare
@Vishwas1 Vishwas1 released this 20 Feb 09:33

Overview

This is a barebone c++ boilerplate project. It has the following:

  • A submodule associated. lib/helloworld
  • A simple code to use helloworld lib
  • AutoTools configurations
    • configure.ac
    • Makefile.am
    • src/Makefile.am
  • Doc

Build Instructions

  • UnCompress tar -xvf cppBoilerplate.tar.gz
  • change the folder name cppBoilerplate to <what ever your project name>
  • ./autogen.sh this will execute autoreconf as well as will download submodules and build them.
  • ./configure --with-app1=yes or ./configure
  • make