diff --git a/.how_to_build_from_scratch b/.how_to_build_from_scratch index 1899736d2e26d4e8793313d8543b0f4fee6cf118..a30c4e40732fecb01314a9e82b2ea40a532e1956 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