Updating the comments

Still waiting for gcc to compile
This commit is contained in:
Timothy McCallum 2017-04-28 13:46:19 +10:00 committed by GitHub
parent 1214c4d2ce
commit 5268651937

View File

@ -54,10 +54,8 @@ cd build
make -j 2 make -j 2
sudo make install 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"). 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.
```
make clean pristine
```
#TODO #TODO
The following step will install the docbook2x library The following step will install the docbook2x library
``` ```