(Created page with "= Used components = * [http://www.openamq.org/ OpenAMQ message broker and client API] * [http://oss.metaparadigm.com/json-c/ JSON C implementation] = Building and installing req…") |
|||
| Line 5: | Line 5: | ||
= Building and installing required components = | = Building and installing required components = | ||
== OpenAMQ == | == OpenAMQ == | ||
| - | * Download [http://download.imatix.com/openamq/stable/OpenAMQ-1.3d1.tar.gz | + | * Download [http://download.imatix.com/openamq/stable/OpenAMQ-1.3d1.tar.gz sources] |
| - | + | ||
* tar xzvf OpenAMQ-1.3d1.tar.gz | * tar xzvf OpenAMQ-1.3d1.tar.gz | ||
* cd OpenAMQ-1.3d1 | * cd OpenAMQ-1.3d1 | ||
| Line 17: | Line 16: | ||
* sudo cp ibase/include/*.h /usr/local/openamq/include | * sudo cp ibase/include/*.h /usr/local/openamq/include | ||
== JSON == | == JSON == | ||
| - | Download [http://oss.metaparadigm.com/json-c/json-c-0.9.tar.gz | + | Download [http://oss.metaparadigm.com/json-c/json-c-0.9.tar.gz sources] |
| - | + | ||
* tar xzvf json-c-0.9.tar.gz | * tar xzvf json-c-0.9.tar.gz | ||
* cd json-c-0.9 | * cd json-c-0.9 | ||
| Line 25: | Line 23: | ||
* sudo make install | * sudo make install | ||
* sudo ldconfig | * sudo ldconfig | ||
| - | = Testrunner-lite | + | = Testrunner-lite = |
| - | Testrunner-lite using OpenAMQ and JSON for event messaging can be found from [http://meego.gitorious.org/~slahtinen/meego-quality-assurance/slahtinens | + | Testrunner-lite using OpenAMQ and JSON for event messaging can be found from [http://meego.gitorious.org/~slahtinen/meego-quality-assurance/slahtinens a testrunner-lite clone] in branch multidut. |
Contents |
We need to install archives and headers to system directories
Download sources
Testrunner-lite using OpenAMQ and JSON for event messaging can be found from a testrunner-lite clone in branch multidut.