Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gevent
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
gevent
Commits
6cf30c4e
Commit
6cf30c4e
authored
Jun 22, 2020
by
Jason Madden
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add docs about librt/-lrt and syscalls. [skip ci]
parent
c2bb6504
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
+10
-0
docs/development/installing_from_source.rst
docs/development/installing_from_source.rst
+10
-0
No files found.
docs/development/installing_from_source.rst
View file @
6cf30c4e
...
...
@@ -38,6 +38,10 @@ General Notes
apk add --virtual build-deps file make gcc musl-dev libffi-dev
On Fedora Rawhide for Fedora 33, one might need to do this::
yum install python3-devel gcc kernel-devel kernel-headers make diffutils file
See :issue:`1567`, :issue:`1559`, and :issue:`1566`.
.. note::
...
...
@@ -48,6 +52,12 @@ General Notes
using system libraries can reduce these dependencies, although
this isn't encouraged.
- On older versions of Linux, linking to ``librt`` might be useful to
avoid system calls from libev accessing the current time. One way to
do this is to set the ``LDFLAGS`` environment variable to include
``-lrt`` when installing from source. (This is done automatically
when gevent builds manylinux wheels.) See :pr:`1650`.
- Installing from source requires ``setuptools``. This is installed
automatically in virtual environments and by buildout. However,
gevent uses :pep:`496` environment markers in ``setup.py``.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment