]> granicus.if.org Git - fortune-mod/commitdiff
convert INSTALL to adoc+add more deps shlomif-add-cookies
authorShlomi Fish <shlomif@shlomifish.org>
Fri, 2 Oct 2020 09:57:56 +0000 (12:57 +0300)
committerShlomi Fish <shlomif@shlomifish.org>
Fri, 2 Oct 2020 09:58:50 +0000 (12:58 +0300)
fortune-mod/INSTALL.asciidoc [moved from fortune-mod/INSTALL with 71% similarity]

similarity index 71%
rename from fortune-mod/INSTALL
rename to fortune-mod/INSTALL.asciidoc
index 31201997e8166c2b305060d7b25941e1b75dfc47..0e9643e40624a0675004bebcda621932a15ee483 100644 (file)
@@ -7,10 +7,16 @@ Quick and Dirty Compilation
 ---------------------------
 
 fortune-mod uses CMake ( http://www.cmake.org/ )
-for its build system. Version 3 or later is required.
+for its build system. Version 3.2 or later is required.
 
-You will also need librecode (= the "recode" library) from
-https://github.com/rrthomas/Recode - version 3.7 or later.
+You will also need:
+
+1. librecode (= the "recode" library) from https://github.com/rrthomas/Recode - version 3.7 or later.
+
+2. rinutils from https://github.com/shlomif/rinutils (should be bundled with
+fortune-mod's source.
+
+3. cmocka from https://cmocka.org/ (for testing only).
 
 Next, run:
 
@@ -41,7 +47,8 @@ Testing
 
 The tests require the File::Find::Object Perl module
 (libfile-find-object-perl in Debian and derivatives), Test::Differences
-(libtest-differences-perl) and Test::RunValgrind (from CPAN).
+(libtest-differences-perl),
+Path::Tiny ( libpath-tiny-perl ), and Test::RunValgrind (from CPAN).
 
 To test fortune-mod, you need to: