From 0eff6b7466ef167fb76ec47b79643b6b995a5a45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20H=C3=BCbinette=20=28Hubbe=29?= <hubbe@hubbe.net> Date: Sat, 15 Jul 2000 17:25:58 -0700 Subject: [PATCH] updated Rev: .how_to_build_from_scratch:1.6 --- .how_to_build_from_scratch | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.how_to_build_from_scratch b/.how_to_build_from_scratch index 48972cba11..f6ec60894d 100644 --- a/.how_to_build_from_scratch +++ b/.how_to_build_from_scratch @@ -1,5 +1,16 @@ Glad you found this file :) +The toplevel makefile (in this directory, not the src directory) +has all the magic you need to build pike directly from CVS. Just +type 'make'. + +You will need autoconf, automake, gnu m4, bison, a C compiler +and the GMP library. You probably also want to use GNU make and +libz. + +If that doesn't work, or you like making things difficult for yourself, +try the Old instructions: + After checking out the files from CVS you will notice that some files are missing compared to a regular distribution... To bootstrap your Pike development environment you must do the following steps: -- GitLab