From d784256c29d87e26978b3f3656ceb7fc76fd7913 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Mon, 3 Aug 2020 12:53:58 +0200 Subject: Update README with new build instructions. --- README | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) (limited to 'README') diff --git a/README b/README index 5e064250..ec74ed90 100644 --- a/README +++ b/README @@ -1,6 +1,6 @@ CALP Hugo Hörnquist - 2020-07-17 + 2020-08-03 Calp is primarily a program for loading calendar files (.ics's) from drendering them in different formats. The goal is however to also @@ -40,11 +40,17 @@ Standards and specifications Building -------- -Since guile is primarily a scripting language no explicit -compilation step is required. Just run module/main.scm and the -appropriate modules will be compiled (guile will tell you what it's -doing). For building this README, run - ./main text < README.in | sed "s/2020-07-17/`date -I`/" > README + ./configure + ./main +No explicit compilation is required for general usage, since Guile +compiles +files as they are needed. You do however have to run `./configure` +before the first startup to set up some local variables and download +the timezone db. + +To actually compile the files, and render the documentation (at the +time of writing only the README), run + make all Techical Details ---------------- -- cgit v1.2.3