From b556be2bb548f925f226b1b656b374032ff25a58 Mon Sep 17 00:00:00 2001 From: Shlomi Fish Date: Fri, 12 Jan 2018 16:13:33 +0200 Subject: [PATCH] Merge the changes to INSTALL . See https://github.com/shlomif/fortune-mod/pull/18 . --- fortune-mod/INSTALL | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) 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. -- 2.40.0