mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-25 23:16:14 +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>
|
||||
<para>
|
||||
A thread implementation is needed, unless you want to compile GLib
|
||||
without thread support, which is not recommended. The thread support
|
||||
in GLib can be based upon several native thread implementations,
|
||||
e.g. POSIX threads, DCE threads or Solaris threads.
|
||||
A thread implementation is needed. The thread support in GLib
|
||||
can be based upon several native thread implementations, e.g.
|
||||
POSIX threads, DCE threads or Solaris threads.
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
|
Loading…
Reference in New Issue
Block a user