]> granicus.if.org Git - fortune-mod/commitdiff
Merge the changes to INSTALL .
authorShlomi Fish <shlomif@shlomifish.org>
Fri, 12 Jan 2018 14:13:33 +0000 (16:13 +0200)
committerShlomi Fish <shlomif@shlomifish.org>
Fri, 12 Jan 2018 14:13:33 +0000 (16:13 +0200)
See https://github.com/shlomif/fortune-mod/pull/18 .

fortune-mod/INSTALL

index ee933461302c8439b85eb0941d2f3cc70826943c..088f2e9de58854b8a6b269fe22ae6e9613caf178 100644 (file)
@@ -6,12 +6,10 @@ Shlomi Fish <shlomif@cpan.org>
 Quick and Dirty Compilation
 ---------------------------
 
-fortune-mod is using CMake ( http://www.cmake.org/ )
-for its build system. You'll need to install CMake version 3.0
-or later from your distribution's repository or from its source
-distribution. *NOTE*: CMake 2.6.2 (that ships with some releases of Ubuntu)
-won't work due to a regression bug so please don't report any errors with
-it.
+fortune-mod uses CMake ( http://www.cmake.org/ )
+for its build system. Version 3 or later is required.
+
+You will also need librecode (= the "recode" library).
 
 Next, run:
 
@@ -40,7 +38,11 @@ environment.
 Testing
 -------
 
-To test the Black Hole Solitaire Solver, you need to:
+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).
+
+To test fortune-mod, you need to:
 
 1. Configure it.