README.md edited online with Bitbucket

This commit is contained in:
2022-04-25 07:24:26 +00:00
parent 4c9938ec3d
commit 82f6514d7c
+24
View File
@@ -6,6 +6,30 @@
* **drscl** command line interface to DRS4 Evaluation Board
* **drsosc** oscilloscope program for DRS4 Evaluation Board
### Build ###
* clone repository recursively:
```git clone https://bitbucket.org/ritt/drs4eb.git --recursive```
* Install wxWidgets from https://www.wxwidgets.org/ (only if DRSOsc program is needed)
* Build executables:
```
$ cd drs4eb/software
$ mkdir build
$ cd build
$ cmake ..
$ make
```
* Build "drscl" program only:
```
$ makde drscl
```
### Contact ###
Stefan Ritt <stefan.ritt@psi.ch>