Navigation Menu

Skip to content

Installation of required libraries

Tomasz Kornuta edited this page Jun 26, 2015 · 3 revisions

Home | Previous | Next


The simple repository agent (an emulation of RAPP repository) depends on two main libraries: Bigloo and HOP. As they both use automake, you must previously download and install it. You can download automake from here.

Install Bigloo

Bigloo is an implementation of the Scheme programming language.

Follow the instructions:

  • Get the latest version of Bigloo, e.g. from here
  • Install Bigloo:
./configure
make
sudo make install
make clean

Install HOP server

The HOP framework is used for downloading RApps, communication between dynamic agent and cloud agent and invoking services provided by the repository agent. HOP requires installation of Bigloo.

Follow the instructions:

  • Get latest version of HOP, e.g. from here
  • Install HOP:
./configure
make
sudo make install
make clean 

Home | Previous | Next

Clone this wiki locally