Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eventmachine/libeventmachine
C library component of the new EventMachine
https://github.com/eventmachine/libeventmachine
Last synced: 16 days ago
JSON representation
C library component of the new EventMachine
- Host: GitHub
- URL: https://github.com/eventmachine/libeventmachine
- Owner: eventmachine
- Created: 2009-07-01T05:04:25.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2009-07-02T03:33:18.000Z (over 15 years ago)
- Last Synced: 2024-07-31T22:56:08.712Z (3 months ago)
- Language: C
- Homepage:
- Size: 102 KB
- Stars: 25
- Watchers: 5
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
C library component of the new EventMachine
http://wiki.github.com/eventmachine/eventmachine/em2-eventmachine-20
Installing EventMachine
-------------------------./autogen.sh (if you've retrieved the source from git)
./configure
make
make install (as root)You can execute the test suite with:
make check