From c2ecaf87e462fd6600ce5ee6a29cb352de042714 Mon Sep 17 00:00:00 2001 From: Philip Wittamore Date: Wed, 24 Sep 2025 22:26:00 +0200 Subject: update --- philip-make.sh | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100755 philip-make.sh (limited to 'philip-make.sh') diff --git a/philip-make.sh b/philip-make.sh new file mode 100755 index 0000000..66858ff --- /dev/null +++ b/philip-make.sh @@ -0,0 +1,19 @@ +#!/usr/bin/bash + +# my build of Lynx with hardcoded +# mime type treatment removed +# see src/HTInit.c + +./configure \ + --prefix="/usr" \ + --sysconfdir="/etc" \ + --mandir="/usr/share/man" \ + --with-ssl="/usr" \ + --enable-ipv6 \ + --enable-nls \ + --enable-externs + +make + +make check + -- cgit v1.2.3