]> Repositorios git - scryer-prolog.git/commitdiff
update readline instructions in README, dependence on readline_rs_compat with new...
authorMark Thom <[email protected]>
Mon, 18 Mar 2019 01:22:36 +0000 (19:22 -0600)
committerMark Thom <[email protected]>
Mon, 18 Mar 2019 01:22:36 +0000 (19:22 -0600)
Cargo.toml
README.md

index 994f516c57a1751b0f438d43a41d9281e1d5f232..f168752f62ffd4770a977b16d35cecfb577dec8e 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "scryer-prolog"
-version = "0.8.10"
+version = "0.8.11"
 authors = ["Mark Thom <[email protected]>"]
 repository = "https://github.com/mthom/scryer-prolog"
 description = "A modern Prolog implementation written mostly in Rust."
@@ -11,7 +11,7 @@ downcast = "0.9.1"
 num = "0.2"
 ordered-float = "0.5.0"
 prolog_parser = "0.8.1"
-readline_rs_compat = "0.1.4"
+readline_rs_compat = "0.1.5"
 
 [dependencies.termion]
 version = "1.4.0"
\ No newline at end of file
index 783942d50ef35da44ddd7601b5448ba25f5a46f3..bdab1a6d76d1ee287fbc49160217142c01a79574 100644 (file)
--- a/README.md
+++ b/README.md
@@ -101,18 +101,25 @@ $> cargo install scryer-prolog
 ```
 
 cargo will download and install the libraries Scryer Prolog uses
-automatically, save for the C library readline. It will search the
-system library paths for readline without taking further steps to
-install it if it is not found.
+automatically, save for the C library readline. The
+`readline_rs_compat` crate on which Scryer depends (and which is built
+and maintained by myself) will search the following library paths for
+readline:
+
+```
+/lib
+/usr/lib
+/usr/local/lib
+/lib/x86_64-linux-gnu
+/opt/local/lib
+```
 
 You can find the `scryer-prolog` executable in `~/.cargo/bin`.
 
-Note on compatibility: Scryer Prolog should work on Linux, Mac OS X, and
-FreeBSD. Windows support hinges on the Termion library working in
-Windows terminals, which isn't yet the case, although work is
-underway. See the relevant Termion
-[issue](https://github.com/ticki/termion/issues/103) for more
-information.
+Note on compatibility: Scryer Prolog should work on Linux, Mac OS X,
+and BSD variants on which Rust runs. Windows support hinges on
+readline and Termion being fully functional in that environment, which
+to my knowledge is not currently the case.
 
 ## Built-in predicates