From eaf2f46068380239ae9c8e937410eb407a4340c1 Mon Sep 17 00:00:00 2001 From: Adrian Cochrane Date: Sat, 16 May 2020 15:51:29 +1200 Subject: [PATCH] Clarify installation instructions based on testing/feedback. --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 65b9348..a8b21eb 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,11 @@ See the wiki for webdev documentation. ## Installation/Running 1. Install `espeak-ng`, `zlib1g-dev`, `ghc`, `cabal-install`. (Debian package names listed here) -2. Install the C libraries `espeak-ng` & `sndfile` -3. From within the git repository, run `cabal install`. This'll compile Rhapsode and all it's other dependencies. +2. Install the C libraries `espeak-ng` & `sndfile` (on Debian: `libespeak-ng-dev` & `libsndfile1-dev`) +3. `cabal install`: + * `xml-conduit-stylist` + * `stylist` + * `hurl` + * TODO any others? 4. (OPTIONAL) Add `~/.cabal/bin/` to your path if it isn't already. 5. Run Rhapsode with `cabal run https://example.com/ | espeak-ng -mb1`, where "https://example.com/" can/should be replaced any valid URL. Or if you followed step 3, you can replace "cabal run" with "rhapsode". -- 2.30.2