diff options
author | David Spencer <idlemoor@slackbuilds.org> | 2017-04-23 19:04:24 +0100 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-05-18 20:46:19 +0100 |
commit | cb46056158d894832a17a1b3a7fe8131b14e6e09 (patch) | |
tree | 0cebc4459532151fbbaf30922e21be5ef071276c /libraries/libr3/README | |
parent | 8e31525cccb6a335b83d537fdc8a6ed3cab137b1 (diff) | |
download | slackbuilds-cb46056158d894832a17a1b3a7fe8131b14e6e09.tar.gz |
libraries/libr3: Fixed download.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'libraries/libr3/README')
-rw-r--r-- | libraries/libr3/README | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libraries/libr3/README b/libraries/libr3/README index 75aade7d0e..ddecf3215a 100644 --- a/libraries/libr3/README +++ b/libraries/libr3/README @@ -1,10 +1,10 @@ R3 is an URL router library with high performance, thus, it's implemented in C. It compiles your R3Route paths into a prefix -trie. +tree. By using the prefix tree constructed in the start-up time, you can dispatch the path to the controller with high efficiency. Optional dependencies: - - Grapviz: rendering Routes With Graphviz + - graphviz (rendering Routes With Graphviz) GRAPHVIZ=yes ./libr3.SlackBuild |