aboutsummaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2024-01-10 15:02:56 -0500
committerB. Watson <urchlay@slackware.uk>2024-01-10 15:12:14 -0500
commit00331a6f21437941f40f351f0bf059e38f009336 (patch)
tree39e28a7ae90e3aaf232d0f1dedc66146c68bb837 /INSTALL
parent0b771af768d853d635dc668b5bc85d2ebd5e078a (diff)
downloadhcalc-00331a6f21437941f40f351f0bf059e38f009336.tar.gz
Update INSTALL.
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL14
1 files changed, 7 insertions, 7 deletions
diff --git a/INSTALL b/INSTALL
index 0df9c3e..d3c7c2a 100644
--- a/INSTALL
+++ b/INSTALL
@@ -19,10 +19,10 @@ or Ubuntu, try "apt-get install build-essentials".
To build, just run "make", optionally followed by "make install".
Packagers: the Makefile supports the full panoply of tweakable
-parameters, such as CC, CFLAGS, LDFLAGS, DESTDIR, PREFIX, etc. Have
-a look at the top of the Makefile for the full list. The defaults
-should be reasonable, except you probably want some optimization
-in CFLAGS. If you package this for your distro, send me an email
-(urchlay@slackware.uk), let me know if you ran into any problems. A
-hint: don't bother to include this INSTALL file in your binary package
-(users won't find it useful).
+parameters, such as CC, COPT (replaces CFLAGS), LDFLAGS, DESTDIR,
+PREFIX, etc. Have a look at the top of the Makefile for the full
+list. The defaults should be reasonable, except you probably want
+some optimization in COPT. If you package this for your distro, send
+me an email (urchlay@slackware.uk), let me know if you ran into any
+problems. A hint: don't bother to include this INSTALL file in your
+binary package (users won't find it useful).