From fbd5106fdc0bdd529d647cd093b16e0fadb7616f Mon Sep 17 00:00:00 2001 From: Shlomi Fish Date: Thu, 13 Dec 2012 18:28:19 +0200 Subject: [PATCH] Convert the fc-solve instructions to CMake. freecell-solver stopped using GNU Autoconf since version 2.12.0 released in 10-December-2008 . --- README | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README b/README index 20980a50..7d7edf64 100644 --- a/README +++ b/README @@ -30,11 +30,12 @@ $ python pysol.py ** Freecell Solver ** -If you want to use the Solver, you should configure freecell-solver with -following options: ---enable-max-num-freecells=8 ---enable-max-num-stacks=20 ---enable-max-num-initial-cards-per-stack=60 +If you want to use the Solver, you should configure freecell-solver +( http://fc-solve.shlomifish.org/ ) by passing the following options +to its CMake-based build-system: +-DMAX_NUM_FREECELLS=8 +-DMAX_NUM_STACKS=20 +-DMAX_NUM_INITIAL_CARDS_IN_A_STACK=60 (or edit config.h)