Releases: Vishwas1/cppBoilerplate
Releases · Vishwas1/cppBoilerplate
CPP BoilerPlate with Autotools
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