diff --git a/introduction/important/building-notes.xml b/introduction/important/building-notes.xml index a27e3f4eef..ee9e971ffe 100644 --- a/introduction/important/building-notes.xml +++ b/introduction/important/building-notes.xml @@ -534,7 +534,9 @@ chmod 755 blfs-yes-test2 CMake works in a very different way, and it has two backends which can be used on BLFS: 'make' and 'ninja'. The default backend is make, but ninja can be faster on large packages with multiple processors. To - use ninja, specify '-G Ninja' in the cmake command. + use ninja, specify '-G Ninja' in the cmake command. However, there are + some packages which create fatal errors in their ninja files but build + successfully using the default of Unix Makefiles.