Skip to content

A ready to use C template project set up with Autotools build system

Notifications You must be signed in to change notification settings

dgoguerra/autotools-c-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

A ready to use C template project set up with Autotools build system.

Requirements

GNU build system (autoconf, automake, libtool)

Pipeline

To generate the project Makefiles for the first time:

autoreconf --install
mkdir build
cd build
../configure

Then just compile the project:

make

About

A ready to use C template project set up with Autotools build system

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages