An open API service indexing awesome lists of open source software.

https://github.com/davidegrayson/test-gnulib

A small C project you can use as a starting point for testing gnulib.
https://github.com/davidegrayson/test-gnulib

Last synced: 6 months ago
JSON representation

A small C project you can use as a starting point for testing gnulib.

Awesome Lists containing this project

README

          

1) Download gnulib with git to your home directory.
2) Run ~/gnulib/gnulib-tool --import fts progname fstatat strerror
Don't worry about following the instructions it prints;
I have already done that for you.
3) Run autoreconf --install.
4) Run ./configure
5) Run make
6) Run src/testgnulib to see if the code works.
7) Run 'make dist' to make a .tar.gz file for testing on other platforms.