Skip to content

Commit f67187a

Browse files
committed
HACKING.md: add Developer Setup section
1 parent b5794a3 commit f67187a

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

HACKING.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
22

33
This file contains some notes for the maintainer.
44

5+
## Developer Setup
6+
7+
### Software
8+
9+
Install `cppcheck` and `valgrind`.
10+
11+
### pre-commit hook
12+
13+
`.git/hooks/pre-commit`
14+
```
15+
#!/bin/sh
16+
17+
make clean
18+
make
19+
make distcheck
20+
```
21+
522
## Release Tasks
623

724
The following set of notes covers the final testing and release process.

0 commit comments

Comments
 (0)