Devpkg is a simple C program that installs other software. I made it specifically for this book as a way to teach you how a real software project is structured, and also how to reuse other people's libraries. It uses a portability library called The Apache Portable Runtime (APR) that has many handy C functions which work on tons of platforms, including Windows. Other than that, it just grabs code from the internet (or local files) and does the usual ./configure ; make ; make install every programmer does.
-
Notifications
You must be signed in to change notification settings - Fork 0
My version of Zed Shaw's devpkg from http://c.learncodethehardway.org/book/ex26.html
cgordoncarroll/devpkg
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
My version of Zed Shaw's devpkg from http://c.learncodethehardway.org/book/ex26.html
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published