User Tools

Site Tools


pads:artisinst

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
pads:artisinst [2012/10/16 09:10] gdangelopads:artisinst [2019/11/15 13:00] gda
Line 7: Line 7:
    * **GNU/Linux**: operating system usage    * **GNU/Linux**: operating system usage
    * **Bash shell**: command line usage    * **Bash shell**: command line usage
 +   * **ARTÌS**: general structure, please see [[http://gdangelo.web.cs.unibo.it/pool/papers/gdangelo-PERF-2005.pdf|FIRB2005]].
 +   * **GAIA/GAIA+**: general structure, please see [[https://arxiv.org/abs/1610.01295|SIMPAT2017]].
  
 ===== Assumptions ===== ===== Assumptions =====
  
-   * **UBUNTU Linux 10.04.1**: desktop version, fully updated+   * **UBUNTU Linux 12.04.1**: desktop version, fully updated
  
-===== Basic Installation =====+===== Installation =====
  
 ==== Download ==== ==== Download ====
  
-The last version of the ARTÌS/GAIA software can be freely downloaded from the [[pads:download|downloads page]].+The last version of the ARTÌS/GAIA software can be freely downloaded from the [[pads:download|downloads page]]. The runtime is available in both 32 and 64 bits versions, in the following we will assume a 32 bits architecture.
  
 <fc #ff6600>EXAMPLE:</fc> <fc #ff6600>EXAMPLE:</fc>
 <code> <code>
-wget http://pads.cs.unibo.it/download/artis/ARTIS-2.0.0-LUNES-0.0.1.tar.bz2+wget http://pads.cs.unibo.it/download/artis/ARTIS-2.0.4-i686.tar.bz2
 </code> </code>
  
Line 27: Line 29:
 <fc #ff6600>EXAMPLE:</fc> <fc #ff6600>EXAMPLE:</fc>
 <code> <code>
-tar xvfz ARTIS-2.0.0-LUNES-0.0.1.tar.bz2+tar xvfj ARTIS-2.0.4-i686.tar.bz2
 </code> </code>
  
 ==== Missing libraries ==== ==== Missing libraries ====
  
-<fc #ff0000>MISSING LIBRARIES:</fc> the standard installation of Ubuntu 10.04.1 is missing some libraries that are needed by ARTÌS/GAIA. The following libraries have to be installed using the command line interface (as shown in the following) or the graphical tools provided in Ubuntu.+<fc #ff0000>MISSING LIBRARIES:</fc> the standard installation of Ubuntu 12.04.1 is missing some libraries that are needed by ARTÌS/GAIA. The following libraries have to be installed using the command line interface (as shown in the following) or the graphical tools provided in Ubuntu. Starting from ARTÌS+GAIA version 2.1.0 the  
 +"libgcrypt" libraries are no longer necessary.
  
-|  name            ^ description ^ +|  name            ^  description  
 ^ libgcrypt11    |  cryptographic functions  | ^ libgcrypt11    |  cryptographic functions  |
 ^ libgcrypt-dev    |  cryptographic functions, development files  | ^ libgcrypt-dev    |  cryptographic functions, development files  |
Line 44: Line 47:
 sudo apt-get install libgcrypt11 libgcrypt-dev libglib2.0-0 libglib2.0-dev sudo apt-get install libgcrypt11 libgcrypt-dev libglib2.0-0 libglib2.0-dev
 </code> </code>
 +
 +===== Basic Usage =====
 +
  
 ==== A simple example ==== ==== A simple example ====
Line 51: Line 57:
 <fc #ff6600>EXAMPLE:</fc> <fc #ff6600>EXAMPLE:</fc>
 <code> <code>
-cd ARTIS-2.0.0/EXAMPLES/WIRELESS+cd ARTIS-2.0.4/EXAMPLES/WIRELESS
 </code> </code>
  
pads/artisinst.txt · Last modified: 2019/11/15 13:03 by gda

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki