From 82f6514d7c6dbccffe750e3290953bf0a18ed67b Mon Sep 17 00:00:00 2001 From: Stefan Ritt Date: Mon, 25 Apr 2022 07:24:26 +0000 Subject: [PATCH] README.md edited online with Bitbucket --- README.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/README.md b/README.md index 1514ee4..d2869ad 100644 --- a/README.md +++ b/README.md @@ -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 \ No newline at end of file