mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 11:26:16 +01:00
Update building docs to mention mandatory threads
The docs used to say thread support was optional -- it's mandatory now.
This commit is contained in:
parent
5a30712dc7
commit
3534ff418c
@ -144,10 +144,9 @@ How to compile GLib itself
|
|||||||
</listitem>
|
</listitem>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
A thread implementation is needed, unless you want to compile GLib
|
A thread implementation is needed. The thread support in GLib
|
||||||
without thread support, which is not recommended. The thread support
|
can be based upon several native thread implementations, e.g.
|
||||||
in GLib can be based upon several native thread implementations,
|
POSIX threads, DCE threads or Solaris threads.
|
||||||
e.g. POSIX threads, DCE threads or Solaris threads.
|
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
<listitem>
|
<listitem>
|
||||||
|
Loading…
Reference in New Issue
Block a user