Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
shrapnel
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
shrapnel
Commits
03c4f853
Commit
03c4f853
authored
Nov 30, 2011
by
Bob Van Zant
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update INSTALL
parent
426c9f74
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
16 deletions
+6
-16
INSTALL
INSTALL
+6
-16
No files found.
INSTALL
View file @
03c4f853
# -*- Mode: Text -*-
Coro
runs
on
FreeBSD
and
linux
on
i386
and
amd64
architectures
.
Coro runs on FreeBSD 4/5 on either x86/x86_64 (aka amd64).
It could probably be run on Linux or other x86 unix flavors if a
version of kqueue_poller() was written for select/poll/etc...,
depending on the platform.
It
requires
cython
to
build
(/
usr
/
ports
/
lang
/
cython
on
FreeBSD
or
your
package
manager
of
choice
on
linux
).
Currently, coro requires a few small changes to both Python and
Pyrex to support the 'long long' 64-bit data type. The scheduler
heavily uses 64-bit TSC (x86 timestamp counter) as its internal clock
mechanism, so it's important that Pyrex be able to manipulate these
efficiently.
$
python
setup
.
py
build
#
python
setup
.
py
install
python.patch is a patch against Python-2.4a3
pyrex.patch is a patch against Pyrex-0.9.3
Once the patches have been applied, you should be able to:
$ python setup.py build install
Once
installed
it
requires
aplib
,
also
in
the
IronPort
github
area
,
as
a
runtime
dependency
.
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