mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 23:07:23 +08:00
Build systems - remark that there are some cmake packages (not necessarily in BLFS)
which produce bad ninja.build files but usable Makefiles. git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@22751 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
af3c0818cf
commit
c0e4599ea2
@ -534,7 +534,9 @@ chmod 755 blfs-yes-test2</userinput></screen>
|
||||
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.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
|
Loading…
Reference in New Issue
Block a user