From 5268651937678b6efb56df95197eb6ef9b37e865 Mon Sep 17 00:00:00 2001 From: Timothy McCallum Date: Fri, 28 Apr 2017 13:46:19 +1000 Subject: [PATCH] Updating the comments Still waiting for gcc to compile --- docs/introduction/Installation.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/introduction/Installation.md b/docs/introduction/Installation.md index 6a4a6caf..a684baab 100644 --- a/docs/introduction/Installation.md +++ b/docs/introduction/Installation.md @@ -54,10 +54,8 @@ cd build make -j 2 sudo make install ``` -If the above make command fails please use the following command to clean up and prepare the environment for another attempt. A common reason for failure on virtual machines is lack of RAM (if you don't have enough RAM you may get an error like this "recipe for target 's-attrtab' failed"). -``` -make clean pristine -``` +If the above make command fails please use "make clean pristine" and then remove and remake the build directory. This will clean up and prepare the environment for another attempt. A common reason for failure on virtual machines is lack of RAM (if you don't have enough RAM you may get an error like this "recipe for target 's-attrtab' failed"). Otherwise, if all goes well in about 30 to 60 minutes the compiler will be ready and we will move on to the next steps. + #TODO The following step will install the docbook2x library ```