Skip to content

Commit

Permalink
lib/getdate.c.cvs may need a rename if you don't have yacc or bison
Browse files Browse the repository at this point in the history
  • Loading branch information
bagder committed Mar 20, 2003
1 parent bf5e12c commit 68bb74d
Showing 1 changed file with 13 additions and 6 deletions.
19 changes: 13 additions & 6 deletions CVS-INFO
Expand Up @@ -45,12 +45,19 @@ REQUIREMENTS
o libtool 1.4 (or later)
o GNU m4 (required by autoconf)

o nroff + perl (if you don't have nroff and perl and you for some reason
don't want to install them, you can rename the source file
src/hugehelp.c.cvs to src/hugehelp.c and avoid having to generate this
file. This will of course give you an older version of the file that isn't
up-to-date. That file was checked in once and won't be updated very
regularly.)
o nroff + perl

If you don't have nroff and perl and you for some reason don't want to
install them, you can rename the source file src/hugehelp.c.cvs to
src/hugehelp.c and avoid having to generate this file. This will of course
give you an older version of the file that isn't up-to-date. That file was
checked in once and won't be updated very regularly.

o yacc/bison

If you don't have yacc or bison, you must rename the lib/getdate.c.cvs file
to lib/getdate.c to be able to build libcurl. yacc/bison is normally used
to generate the lib/getdate.c file from the lib/getdate.y source file.

MAC OS X

Expand Down

0 comments on commit 68bb74d

Please sign in to comment.