NSIS installer scripts for ncdns.
Put the following files in artifacts/:
-
ncdns.exe
-
certinject.exe -
dnssec-keygen.exe and its dependencies (libdns.dll, libisc.dll, libeay32.dll and libxml2.dll). These files can be sourced here:
- (from BIND 9.11.0) These files can be found in this archive: https://ftp.isc.org/isc/bind/9.11.0/BIND9.11.0.xp.zip
- For latest version, find the latest BIND 9 release under https://ftp.isc.org/isc/bind/ and download
BIND{version}.xp.zip.
-
dnssec_trigger_setup.exe
-
namecoin-win32-setup-unsigned.exe / namecoin-win64-setup-unsigned.exe
-
Optionally, add
ncdt.exeandncdumpzone.exefrom ncdns. -
generate_nmc_cert.exeandq.exewill also be copied if they are present.
Build flags:
make NCDNS_64BIT=1— make a 64-bit build.make NCDNS_PRODVER=0.0.0.1— set ncdns product version.make NO_NAMECOIN_CORE=1— do not bundle Namecoin Core.make NO_DNSSEC_TRIGGER=1— do not bundle DNSSEC-Trigger.make NCDNS_LOGGING=1— write install logs to$INSTDIR\install.log. Requires NSIS to be built withNSIS_CONFIG_LOG=yes; this is supported by default on Fedora but not on Debian.
Install-time flags:
/S— install silently./ETLD=org— set up the TLS name constraints exclusion with a different eTLD from the defaultbit. Only useful for debugging.
Licenced under the MIT License.