summaryrefslogtreecommitdiff
path: root/pkg/transmission/README.md
blob: 1a09c27361d89c3ac0dcd5549c0b819d171ac6c8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# transmission

## config.h

Generated with

	./configure \
		--disable-nls \
		--without-gtk \
		--without-systemd \
		LIBCURL_CFLAGS=-I/src/oasis/out/pkg/curl/include \
		LIBCURL_LIBS=/src/oasis/out/pkg/curl/libcurl.a \
		PKG_CONFIG=true

transmission doesn't create `config.h` by default, so it was created from the
defines at the end of `config.log`.