Revision 324, 0.5 kB
(checked in by blackhedd, 2 years ago)
|
cleaned up license language to clarify license and usage terms.
|
- Property svn:keywords set to
Id
|
Line | |
---|
1 |
$Id$ |
---|
2 |
|
---|
3 |
If you have obtained an EventMachine source-tarball (.tar.gz): |
---|
4 |
unzip and untar the tarball, and enter the directory that is |
---|
5 |
created. In that directory, say: |
---|
6 |
ruby setup.rb |
---|
7 |
(You may need to be root to execute this command.) |
---|
8 |
|
---|
9 |
To create documentation for EventMachine, simply type: |
---|
10 |
rdoc |
---|
11 |
in the distro directory. Rdocs will be created in subdirectory doc. |
---|
12 |
|
---|
13 |
If you have obtained a gem version of EventMachine, install it in the |
---|
14 |
usual way (gem install eventmachine). You may need superuser privileges |
---|
15 |
to execute this command. |
---|