Curl ported to Minix 3
The following files provide a port of Curl for Minix 3:
The source can be built and installed with:
Curl is a command line utility for transferring files via protocols like HTTP, FTP, etc. It's used by the Git version control system to access remote repositories which is why I ported it.
Categories: minix, development
- Source: minix-curl-7.15.4-src.tar.bz2 (~1.5MB)
- Binaries: minix-curl-7.15.4-bin.tar.bz2 (~1MB)
The source can be built and installed with:
$ gmake
$ su
<...root password...>
# gmake install
Curl is a command line utility for transferring files via protocols like HTTP, FTP, etc. It's used by the Git version control system to access remote repositories which is why I ported it.
Categories: minix, development

2 Comments:
Neat. Consider making a diff from your changes and post to the curl-library mailing list so that we can have your changes incorporated in the main sources!
Thanks Daniel, will do. I'm tidying up the changes I made and will submit them in the next few days.
Post a Comment
<< Home