Skip to content

Commit 56c83b7

Browse files
committed
What to install on FreeBSD
1 parent 8b5c57b commit 56c83b7

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

project-doc/freebsd-tests-notes.txt

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
pkg update
2+
pkg upgrade
3+
pkg install -y gawk unbound valgrind bash check cmake git libyaml libevent libuv
4+
git clone [email protected]:getdnsapi/getdns.git
5+
cd getdns/
6+
git checkout remotes/origin/release/1.6.0-beta.1
7+
mkdir test
8+
cd test/
9+
../src/test/tpkg/run-all.sh
10+

0 commit comments

Comments
 (0)