diff --git a/NEWS b/NEWS index 946efc7..fbc9543 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,7 @@ LTL3 Tools NEWS -=-=-=-=-=-=-=- -[under development] LTL3 tools 0.0.8 +Sun Aug 12 10:46:40 CEST 2018 LTL3 tools 0.0.8 - LTL3 tools now work with the latest version (= 4.0) of AT&T's FSM library (Thanks to Rico Backasch for helping me debug this!) diff --git a/README b/README index 2f06b73..f52374b 100644 --- a/README +++ b/README @@ -6,8 +6,14 @@ What you need to properly use the LTL3 tools: Download: - 1. AT&T's fsmlibrary: http://www.research.att.com/~fsmtools/fsm/ - (tested with versions 3.7 and 4.0 of the library) + 1. AT&T's fsmlibrary version 4.0. It used to be widely available under + a free-to-use license for noncommercial purposes, but now seems to + be available only upon request. Perhaps, these folks can help: + + https://github.com/att + + Otherwise use a web search, as many universities still use the library + in their courses and offer binaries to download. 2. LTL2BA: http://www.lsv.ens-cachan.fr/~gastin/ltl2ba/ (tested with version 1.1 of the translator) @@ -39,8 +45,8 @@ directory. Otherwise, follow these steps to compile the LTL3 tools: 2. Run "make install" - Notice, ltl2mon is written in Ocaml. So, you will need an Ocaml - tool chain. + Notice, ltl2mon is written in Ocaml. So, you will need an Ocaml + tool chain. For further information read the files AUTHORS and COPYING, or visit http://ltl3tools.sf.net/.