mirror of
https://github.com/kakwa/uts-server
synced 2025-07-04 20:47:09 +02:00
fix option and documentation + changelog
This commit is contained in:
parent
e6de3133c7
commit
f362f06b56
3 changed files with 7 additions and 5 deletions
|
@ -42,8 +42,8 @@ uts-server is compiled using cmake:
|
|||
# Compile statically
|
||||
# (in some cases, it might be necessary to still
|
||||
# link some libraries like dl or gcc_s or pthread, if necessary,
|
||||
# add -DDL_LINK=ON and/or -DGCC_S_LINK=ON -DPTHREAD_LINK=ON)
|
||||
$ cmake . -DSTATIC=ON # -DDL_LINK=ON -DGCC_S_LINK=ON -DPTHREAD_LINK=ON
|
||||
# add -DLINK_DL=ON and/or -DLINK_GCC_S=ON and/or -DLINK_PTHREAD=ON)
|
||||
$ cmake . -DSTATIC=ON # -DLINK_DL=ON -DLINK_GCC_S=ON -DLINK_PTHREAD=ON
|
||||
$ make
|
||||
|
||||
.. warning::
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue