Skip to content

edwardtoday/autotools-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sample readme file for autotools-example project.

Use the following commands to build the project:

aclocal
autoconf
automake -a
./configure
make

The generated binary file is src/hello

make install will copy it to /usr/local/bin/hello by default which needs root privilege. make clean removes generated files during build process. make dist creates an archive of the current project source files.

About

Example project to use gnu autotools

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages