summaryrefslogtreecommitdiff
path: root/development/ragel/README
diff options
context:
space:
mode:
authorMatteo Bernardini <ponce@slackbuilds.org>2018-03-16 13:13:33 +0100
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2018-03-17 08:51:55 +0700
commit0eb9b85a9329fc8a10d0f8c0b167b1eb876dd111 (patch)
tree18f18dc05848d6c9dc957c8686c0da39264e13eb /development/ragel/README
parentbc60ec9b3dafdfcf55991cdac6393ca940791f9f (diff)
downloadslackbuilds-0eb9b85a9329fc8a10d0f8c0b167b1eb876dd111.tar.gz
development/ragel: Updated for version 7.0.0.10.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'development/ragel/README')
-rw-r--r--development/ragel/README3
1 files changed, 3 insertions, 0 deletions
diff --git a/development/ragel/README b/development/ragel/README
index 1d899518a2..cdc9416a8d 100644
--- a/development/ragel/README
+++ b/development/ragel/README
@@ -4,3 +4,6 @@ Ragel state machines can not only recognize byte sequences as regular
expression machines do, but can also execute code at arbitrary points
in the recognition of a regular language. Code embedding is done using
inline operators that do not disrupt the regular language syntax.
+
+NOTE: before building this it's recommended to remove any previous
+version you might have installed.