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.
- Host: GitHub
- URL: https://github.com/davidegrayson/test-gnulib
- Owner: DavidEGrayson
- Created: 2015-03-14T23:10:32.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-03-15T20:04:39.000Z (about 11 years ago)
- Last Synced: 2025-02-14T10:09:42.626Z (about 1 year ago)
- Language: C
- Size: 129 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
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.