Skip to content

Installing the Software

Emanuele Leonardi edited this page Jun 16, 2016 · 22 revisions

If you only want to download and use the PADME software, you can obtain the lastest release from the main repository hosted on GitHub.

From any machine where git is installed give the following command:

git clone https://github.com/eleonardi/padme <localdir>

If <localdir> is omitted, a directory named "padme" is created inside the current directory.

If you want to be able to commit your changes to the software, you must first register to GitHub, create and register a ssh key (see HowTo guide below for details), and then send a request for acces to emanuele.leonardi@roma1.infn.it specifying the GutHub user name you created.

After the registration is completed, you can get a copy of the PADME software with the command:

git clone ssh://<your_github_username>@github.com/eleonardi/padme <localdir>

You can find a useful Git HowTo guide, explaining most standard use cases, here:

http://sergiant.web.cern.ch/sergiant/NA62FW/html/githowto.html

As stated in the HowTo guide, please make sure to switch tot the "develop" branch before making any change to the code.

N.B. In order to run the PadmeDAQ software you need a CAEN A3818 optical controller and the CAENDigitizer and CAENComm libraries installed on your computer.

Clone this wiki locally