summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorHubert Figuiere <hub@stansmith.figuiere.net>2008-08-27 09:24:58 -0600
committerHubert Figuiere <hub@stansmith.figuiere.net>2008-08-27 09:25:32 -0600
commit30a73dcaca5dceee3b708adcfba05f5f286c08fb (patch)
tree701968bf3a784b858fb2e71344d3de728a46052d /README
parent18adebbade482b983ca0e4bbcd884943bf6439f3 (diff)
display whether we have found CURL or not.
add new requirements in README
Diffstat (limited to 'README')
-rw-r--r--README7
1 files changed, 2 insertions, 5 deletions
diff --git a/README b/README
index 0cc67aa..b4716ee 100644
--- a/README
+++ b/README
@@ -11,9 +11,10 @@ Prerequistes to build:
- a C++ compiler (tested on gcc 3.3 and up)
- libboost 1.33.1 (Boost.Bind, Boost.Smart_pointer,
- Boost.String, Boost.Any, Boost.Test
+ Boost.String, Boost.Test, Boost.Variant)
- libjpeg
- libxml > 2.5.0 (for the test suite)
+ - libcurl (option for the test suite bootstrap)
If building from the git tree you also need:
@@ -189,10 +190,6 @@ your own RAW files and configure it. testsuite/testsuite.xml is an
example of valid XML configuration file that works on my local
machine.
-TODO: most of these files have been downloaded off the
-internet. Enhance the testsuite to allow downloading the files off the
-internet prior to running.
-
TODO2: provide a better description of the test file.
TODO3: fix ordiag to allow outputting a test case in XML.