Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to build coro? #3

Open
zoujiaqing opened this issue Mar 4, 2016 · 3 comments
Open

How to build coro? #3

zoujiaqing opened this issue Mar 4, 2016 · 3 comments

Comments

@zoujiaqing
Copy link

How to use pkgboot.py?

@mfichman
Copy link
Owner

mfichman commented Mar 4, 2016

You should install scons, and then build using scons. Here are the instructions:

pip install scons
cd coro
scons

@zoujiaqing
Copy link
Author

Can you port coro to android/ios?

@mfichman
Copy link
Owner

mfichman commented Mar 6, 2016

I can look into it, but it may be difficult since Android phones use many
different architectures. I'd have to at least port Coroutine.s (the part
written in assembly) to MIPS and ARM (and there are multiple slightly
different versions of each) or use a supporting library on those platforms.
Finally, I have to port the network code to epoll from kqueue/IO completion
ports.

On Sunday, March 6, 2016, Brian Zou notifications@github.com wrote:

Can you port coro to android/ios?


Reply to this email directly or view it on GitHub
#3 (comment).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants