Skip to content

kostaz/python-autotools-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Steps

  1. Create directory structure, configure.ac and python source code files.
  2. Run 'aclocal' to create aclocal.m4 and autom4te.cache/.
  3. Run 'autoconf' to create configure script.
  4. Run 'automake --add-missing' to create Makefile.in files.
  5. Run './configure' to create Makefile files.
  6. Run 'make' to compile and create executable.

References

Autotools tutorial with Python

About

python-autotools-tutorial

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages