diff options
author | B. Watson <urchlay@slackware.uk> | 2024-01-10 15:02:56 -0500 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2024-01-10 15:12:14 -0500 |
commit | 00331a6f21437941f40f351f0bf059e38f009336 (patch) | |
tree | 39e28a7ae90e3aaf232d0f1dedc66146c68bb837 | |
parent | 0b771af768d853d635dc668b5bc85d2ebd5e078a (diff) | |
download | hcalc-00331a6f21437941f40f351f0bf059e38f009336.tar.gz |
Update INSTALL.
-rw-r--r-- | INSTALL | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -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). |