Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 496 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 496 Bytes

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