From: Shlomi Fish Date: Fri, 12 Jan 2018 14:13:33 +0000 (+0200) Subject: Merge the changes to INSTALL . X-Git-Tag: fortune-mod-2.2.0~9 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b556be2bb548f925f226b1b656b374032ff25a58;p=fortune-mod Merge the changes to INSTALL . See https://github.com/shlomif/fortune-mod/pull/18 . --- diff --git a/fortune-mod/INSTALL b/fortune-mod/INSTALL index ee93346..088f2e9 100644 --- a/fortune-mod/INSTALL +++ b/fortune-mod/INSTALL @@ -6,12 +6,10 @@ Shlomi Fish 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.