opkg

statically linked package installer
git clone anongit@rnpnr.xyz:opkg.git
Log | Files | Refs | Feed | Submodules | README | LICENSE

README.md (355B)


      1 # transmission
      2 
      3 ## config.h
      4 
      5 Generated with
      6 
      7 	./configure \
      8 		--disable-nls \
      9 		--without-gtk \
     10 		--without-systemd \
     11 		LIBCURL_CFLAGS=-I/src/oasis/out/pkg/curl/include \
     12 		LIBCURL_LIBS=/src/oasis/out/pkg/curl/libcurl.a \
     13 		PKG_CONFIG=true
     14 
     15 transmission doesn't create `config.h` by default, so it was created from the
     16 defines at the end of `config.log`.