File: DEVELOP.md

package info (click to toggle)
diskscan 0.19-4~bpo8%2B1
  • links: PTS, VCS
  • area: main
  • in suites: jessie-backports
  • size: 1,136 kB
  • sloc: ansic: 8,977; python: 253; xml: 138; sh: 41; makefile: 34
file content (21 lines) | stat: -rw-r--r-- 500 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Developing

## Debug build

To create a debug build you can tell cmake:

    cmake -DCMAKE_BUILD_TYPE=DEBUG .

## Updating Libraries

Update libscsicmd:

    git subtree pull --squash --prefix libscsicmd https://github.com/baruch/libscsicmd master

Update libprogressbar:

    git subtree pull --squash --prefix progressbar https://github.com/doches/progressbar master

Update HdrHistogram:

    git subtree pull --squash --prefix hdrhistogram https://github.com/HdrHistogram/HdrHistogram_c master