flatmax / Cplusplus

Foundation for a C++ project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Project Foundations

This is a project foundation for C++

Initial Setup

./autogen.sh

configuring

./configure

building

make

testing

./test/RunTest

install

make install

uninstal

make uninstall

About

Foundation for a C++ project

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Makefile 37.8%Language:C 21.6%Language:M4 18.6%Language:Shell 14.7%Language:C++ 7.4%