aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDavid <dbphillipsnz@gmail.com>2014-05-11 00:12:37 +1200
committerDavid <dbphillipsnz@gmail.com>2014-05-11 00:13:49 +1200
commita46b9fd0e3b5eb41d68be22664c9e25b5fd83719 (patch)
tree86d3db926b2cd1ace154a344c2ed0a30483d9d44 /README.md
parent230895562468020fc47c791afd6b5a9c6a659105 (diff)
downloadparamano-a46b9fd0e3b5eb41d68be22664c9e25b5fd83719.tar.xz
Updated README
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 6 insertions, 2 deletions
diff --git a/README.md b/README.md
index bfad407..a32e294 100644
--- a/README.md
+++ b/README.md
@@ -10,12 +10,16 @@ Due to KISS, I don't tend to use ./configure scripts for relatively small progra
Instead, it's up to the user to check they have the right libraries.
The sort of parameters you might pass to a ./configure can instead be passed to make.
-Important Note
---------------
+---
+
+**Important Note**
+
Note that any parameters set here will be compiled into the programs.
If you're installing to a temporary directory (e.g. building a package for a package manager) then don't set the prefix to the temporary directory as this will become hard-coded into the programs.
Instead, set this when calling `make install`.
+---
+
Here's a list:
* BINDIR to override default binary directory (`/usr/bin`) for trayfreq and trayfreq-set