README.md edited online with Bitbucket
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user