Skip to content
Snippets Groups Projects
Commit 5bc0fcbf authored by Martin Nilsson's avatar Martin Nilsson
Browse files

Backports

parent 3d6eadd4
No related branches found
No related tags found
No related merge requests found
Pike by Fredrik Hübinette 1994-2001 and the Pike team 2001-2011
Pike by Fredrik Hübinette 1994-2001 and the Pike team 2001-2014
Permission to copy, modify, and distribute this source for any legal
purpose granted as long as my name is still attached to it. More
......@@ -18,8 +18,8 @@ The top-level makefile (in this directory, not the src directory) has
all the magic you need to build Pike. Just type 'make'.
To install type "make install" or "make install_interactive".
You will need gnu m4, bison and a C compiler. You probably also want
to use GNU make and libz.
You will need a C compiler and libgmp. You probably also want to have
GNU make and libnettle.
If that doesn't work, refer to README-GIT, in particular the sections
on additional "DEPENDENCIES", on "CONFIGURE OPTIONS AND BUILD VARIABLES",
......
......@@ -118,9 +118,6 @@ Some options for the configure script are:
--prefix=/foo/bar if you want to install Pike in /foo/bar,
default is /usr/local.
--without-gdbm compile without gdbm support
--without-bignums disable support for large integers
--without-gmp compile without gmp support (implies
--without-bignums)
--with-rtldebug compile with runtime debug checks
--without-cdebug compile without debug symbols (-g)
--with-debug same as --with-rtldebug --with-cdebug
......
......@@ -15,6 +15,8 @@
/man
/packaging
/refdoc/chapters
/refdoc/doxfilter.sh
/refdoc/doxygen.cfg
/refdoc/presentation
/refdoc/src_images
/refdoc/structure
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment