From 3f68ff8e175c9e8fe600ac40fe45e18700df9398 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Grubbstr=C3=B6m=20=28Grubba=29?= <grubba@grubba.org> Date: Tue, 8 Oct 1996 16:51:48 +0200 Subject: [PATCH] Fixed some spelling errors. Rev: .how_to_build_from_scratch:1.3 --- .how_to_build_from_scratch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.how_to_build_from_scratch b/.how_to_build_from_scratch index 1899736d2e..a30c4e4073 100644 --- a/.how_to_build_from_scratch +++ b/.how_to_build_from_scratch @@ -2,16 +2,16 @@ Glad you found this file :) 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 ddo the following steps: +Pike development environment you must do the following steps: 1) cd src ; ./run_autoconfig This creates configure files and Makefile.in files. 2) Create a build directory an cd to it - Do not build in the source dir, doing so will make it impossible + Do NOT build in the source dir, doing so will make it impossible to do 'make export' later. -3) run the newly created configure file located in the src dir from the +3) Run the newly created configure file located in the src dir from the build dir. Make sure to use an absolute path! This creates the Makefiles you need. If you don't use an absolute path the debug information will -- GitLab