Skip to content
README.md 288 B
Newer Older
Valerio Pastore's avatar
Valerio Pastore committed
### Download submodules
Valerio Pastore's avatar
Valerio Pastore committed
```
astri's avatar
astri committed
    $ git submodule update --recursive --remote --init
Valerio Pastore's avatar
Valerio Pastore committed

```

Valerio Pastore's avatar
Valerio Pastore committed
### INSTALL
Valerio Pastore's avatar
Valerio Pastore committed
```
Valerio Pastore's avatar
Valerio Pastore committed
   $ mkdir build
   $ cd build
Valerio Pastore's avatar
Valerio Pastore committed
   $ cmake3 -DCMAKE_INSTALL_PREFIX=$BIAS_PREFIX ..
Valerio Pastore's avatar
Valerio Pastore committed
   $ make all
   $ make install
Valerio Pastore's avatar
Valerio Pastore committed
```

### RUN THE RECEIVER
```
cd $BIAS_PREFIX/bin
Valerio Pastore's avatar
Valerio Pastore committed
./AstriDAQ.lnx
Valerio Pastore's avatar
Valerio Pastore committed
```