Add note in README about color support - noice - small file browser (mirror / f… | |
git clone git://git.codemadness.org/noice | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit 80aa6f83283cd82e34a66dcfd2f0092f4a432d13 | |
parent f7b0395e5c03b4c8f939ed95706a18f8e9ff4043 | |
Author: sin <[email protected]> | |
Date: Sun, 20 Jan 2019 12:18:19 +0000 | |
Add note in README about color support | |
Diffstat: | |
M README | 4 ++++ | |
1 file changed, 4 insertions(+), 0 deletions(-) | |
--- | |
diff --git a/README b/README | |
@@ -35,6 +35,10 @@ cases you just do: | |
make | |
+To build with color support: | |
+ | |
+ make CPPFLAGS=-DUSE_COLOR | |
+ | |
It is known to work on OpenBSD, NetBSD, FreeBSD, DragonFly BSD, Linux, OSX, | |
IRIX 6.5, Haiku and Solaris 9. Some notes for building on certain systems | |
follow. |