From 0e84ddcc3b14d1e5becd8f07dec0a87d9c21a5a7 Mon Sep 17 00:00:00 2001 From: Peter Date: Mon, 18 Mar 2024 19:50:01 -0600 Subject: [PATCH] jr: add build instructions to readme --- jrx/README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/jrx/README.md b/jrx/README.md index e274a8e..adb6250 100644 --- a/jrx/README.md +++ b/jrx/README.md @@ -7,6 +7,23 @@ meant to work in the latest versions of Firefox and Chromium. Requires [jex](../utils/jex). +1. You need to install JR's dependencies. These are listed in the `jex.eterms` + file. As of March 18, 2024, all of JR's dependencies can be found in the + `../libs/` directory. + + For instance, to install `awcp`, you do + + ``` + cd ../libs/awcp + jex dwim+ + ``` + + There is a command called `jex install` which is a synonym for `jex + dwim++`. This attempts to also build and install package documentation, and + this doesn't work for every dependency (in particular, the `tweetnacl` + dependency). `jex dwim+` should work in every case. + +2. Build JR ``` jex dwim- ```