aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2020-04-29 01:16:47 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2020-04-29 01:16:47 +0200
commit6d7f57174eb43c79352a8de4be8133ece6c6efca (patch)
treeda531579addc9f505a50edb761ac7c9e810223cc /README
parentMove overflow: hidden for events. (diff)
downloadcalp-6d7f57174eb43c79352a8de4be8133ece6c6efca.tar.gz
calp-6d7f57174eb43c79352a8de4be8133ece6c6efca.tar.xz
Note in README about TippedJS.
Diffstat (limited to 'README')
-rw-r--r--README10
1 files changed, 8 insertions, 2 deletions
diff --git a/README b/README
index ef1eab18..11eff8b5 100644
--- a/README
+++ b/README
@@ -24,13 +24,18 @@ repports, and other stuff should be sent to <hugo@lysator.liu.se>.
If you want to contribute something yourself, either see TODO.* for
things to do, or run `grep -RE 'TODO|NOTE'.
-Requirements
-------------
+Requirements & Dependencies
+---------------------------
For basic functionallity guile-2.2 or greater should be enough
(tested to work with guile-3.0). You do however need to supply your
own calendar files. I recommend vdirsyncer for fetching local copies
from all over the internet.
+For popups to work the JS library Tipped is also needed, which
+brings a transitive dependency on JQuery.
+- https://tippedjs.com
+- JQuery
+
Building
--------
Since guile is primarily a scripting language no explicit
@@ -43,3 +48,4 @@ Techical Details
----------------
- Internally all weeks start on sunday, which is repsenented as `0'.
+