summaryrefslogtreecommitdiff
path: root/libraries/clearsilver/README
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/clearsilver/README')
-rw-r--r--libraries/clearsilver/README15
1 files changed, 9 insertions, 6 deletions
diff --git a/libraries/clearsilver/README b/libraries/clearsilver/README
index ddf0cf4ebd..02bb32a42a 100644
--- a/libraries/clearsilver/README
+++ b/libraries/clearsilver/README
@@ -1,9 +1,12 @@
-Clearsilver is a fast, powerful, and language-neutral template system
-meant primarly for html.
+Clearsilver is a fast, powerful, and language-neutral template system meant
+primarily for html.
-In both static content sites and dynamic HTML applications, it
-provides a separation between presentation code and application logic
-which makes working with your project easier.
+In both static content sites and dynamic HTML applications, it provides a
+separation between presentation code and application logic which makes working
+with your project easier.
-clearsilver.Slackbuild requires that PERL and Python be installed.
+clearsilver.Slackbuild requires that PERL and Python be installed.
+Beware running this slackbuild with an MAKEFLAGS=-jn flags. The clearsilver
+build system skipped building the perl portion of the package when I tried
+MAKEFLAGS=-j2.