чување a622c3569d92682d9de72aeef8d061ca0ac1b4cc
родитељ c16f8bb3d502389eec28f0053bb669f7cb1f56a1
Аутор: Страхиња Радић <contact@strahinja.org>
Датум: Mon, 27 Sep 2021 19:18:08 +0200
INSTALL: New file; README: Adjust to fit slweb README
Signed-off-by: Страхиња Радић <contact@strahinja.org>
Diffstat:
| A | INSTALL | | | 29 | +++++++++++++++++++++++++++++ |
| M | README | | | 19 | +------------------ |
измењених датотека: 2, додавања: 30(+), брисања: 18(-)
diff --git a/INSTALL b/INSTALL
@@ -0,0 +1,29 @@
+Prerequisites
+=============
+
+* C compiler (GCC-compatible) - ${SLW2GMI_CC:-gcc -g}
+* gzip
+
+
+Optional dependencies
+---------------------
+
+* git (for {git-log})
+
+
+Install
+-------
+
+ $ git clone https://git.sr.ht/~strahinja/slw2gmi
+ $ cd slw2gmi
+ $ su
+
+If you have djb redo:
+
+ # redo install
+
+if you don't:
+
+ # ./do install
+
+
diff --git a/README b/README
@@ -8,28 +8,11 @@ similar to Markdown, the two formats differ enough to warrant a full converter.
[1]: https://strahinja.srht.site/slweb/
[2]: https://gemini.circumlunar.space
- Prerequisites
- -------------
-
-Aside from the obvious (a C compiler, by default GNU C), slw2gmi requires
-groff(1) and gzip(1) to create and compress documentation. git(1) is, aside
-from cloning the repository, required to use the directive {git-log}.
-
Install
-------
-$ git clone https://git.sr.ht/~strahinja/slw2gmi
-$ cd slw2gmi
-$ su
-
- Then, if you have djb redo:
-
-# redo install
-
- if you don't:
-
-# ./do install
+See the file INSTALL in this repository.
License