Skip to content

Commit

Permalink
Adjust readme
Browse files Browse the repository at this point in the history
  • Loading branch information
linev committed Jan 16, 2025
1 parent bf8259a commit 8396351
Showing 1 changed file with 17 additions and 10 deletions.
27 changes: 17 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,30 @@
1. Checkout from repository:

[shell] cd /home/user/git
[shell] git clone https://github.com/gsi-ee/dabc.git
~~~{shell}
[shell] cd /home/user/git
[shell] git clone https://github.com/gsi-ee/dabc.git
~~~

2. Compile with cmake

[shell] mkdir build
[shell] cd build
[shell] cmake /home/user/git/dabc
[shell] make -j
~~~{shell}
[shell] mkdir build
[shell] cd build
[shell] cmake /home/user/git/dabc
[shell] make -j
~~~

One could switch on/off different plugins calling `cmake -Dverbs=OFF`

3. Install with cmake

[shell] mkdir -p /home/user/soft/dabc
[shell] cmake /home/user/soft/dabc -DCMAKE_INSTALL_PREFIX=/home/user/soft/dabc
[shell] make -j
[shell] cmake --install .
~~~{shell}
[shell] mkdir -p /home/user/soft/dabc
[shell] cmake /home/user/soft/dabc -DCMAKE_INSTALL_PREFIX=/home/user/soft/dabc
[shell] make -j
[shell] cmake --install .
~~~


4. After successful compilation "dabclogin" script will be generated,
which should be called like ". dabclogin" before dabc can be used
Expand Down

0 comments on commit 8396351

Please sign in to comment.