-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
31 lines (19 loc) · 821 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
*** Erlinda v0.01 - Parallel computing framework for Erlang ***
released November 31, 2007
Thank you for downloading Erlinda. Please send questions or suggestions to
This software is released under GNU General Public License.
This release includes following files and directories:
README : This file.
LICENSE : GNU GPL.
lib : all components of Erlinda, along with source code, examples and documentation.
doc : High level documentation
bin : Installation and runtime scripts and binaries
Installation Requirements:
- Install Erlang 5.5 from http://www.erlang.org/download.html.
- Install RabbitMQ from http://www.rabbitmq.com/download.html.
Installing:
- Add folowing to your codepath
Running:
-
Examples