Tuesday, June 27, 2006

Curl ported to Minix 3

The following files provide a port of Curl for Minix 3:

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: ,

2 Comments:

Anonymous Daniel Stenberg said...

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!

12:00 AM  
Blogger Chris Double said...

Thanks Daniel, will do. I'm tidying up the changes I made and will submit them in the next few days.

12:02 AM  

Post a Comment

<< Home