* README (Required Software, Configuration, Supported Platforms)
* HACKING (Required Software):
Here.
---
ChangeLog | 8 ++++++++
HACKING | 9 +++++----
README | 18 +++++++++---------
3 files changed, 22 insertions(+), 13 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 43c190c..c0a63b9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2014-06-17 Roland Levillain <roland(a)lrde.epita.fr>
+ Update software version numbers.
+
+ * README (Required Software, Configuration, Supported Platforms)
+ * HACKING (Required Software):
+ Here.
+
+2014-06-17 Roland Levillain <roland(a)lrde.epita.fr>
+
Update instructions for releases.
* HACKING (Releasing): Here.
diff --git a/HACKING b/HACKING
index 41af64a..8fd9b37 100644
--- a/HACKING
+++ b/HACKING
@@ -61,7 +61,7 @@ the following extra programs if you want to work on the Olena project.
- GNU Autoconf 2.61,
- - GNU Automake 1.10,
+ - GNU Automake 1.11,
- GNU Libtool 1.5.22.
@@ -69,7 +69,7 @@ the following extra programs if you want to work on the Olena project.
- SWIG 1.3.35,
- - Python 2.5.
+ - Python 2.4.
* If you want to change and/or rebuild the documentation, the
following tools are required:
@@ -80,9 +80,10 @@ the following extra programs if you want to work on the Olena project.
- the `listings' LaTeX package,
- - the `convert' utility from ImageMagick (6.3.7),
+ - the `convert' utility from ImageMagick (6.3.7) or
+ GraphicsMagick (1.3.12),
- - HeVeA 1.10
+ - HeVeA 1.10,
- LaTeX2HTML (or at minimum, its `html.sty' style file),
diff --git a/README b/README
index 9a3a821..7a58cbb 100644
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
-Copyright (C) 2008, 2009, 2010, 2011 EPITA Research and Development
-Laboratory (LRDE)
+Copyright (C) 2008, 2009, 2010, 2011, 2012, 2014 EPITA Research and
+Development Laboratory (LRDE)
This file is part of Olena.
@@ -89,7 +89,7 @@ Optional:
* to use various image types:
- - Magick++
+ - Magick++ (either provided by ImageMagick or GraphicsMagick)
- libtiff
@@ -148,9 +148,9 @@ In order to prepare the build process, you need to configure the
source
tree.
Assuming your Olena distribution is uncompressed in directory
-`olena-1.0', follow these steps:
+`olena-2.0', follow these steps:
- % cd olena-1.0
+ % cd olena-2.0
% mkdir _build
% cd _build
% ../configure
@@ -452,10 +452,10 @@ Olena has been tested on the following configurations:
=========================== =============================================
System Compiler
=========================== =============================================
-GNU/Linux on IA-32 g++ (GNU GCC) 3.3, 3.4, 4.0, 4.1, 4.2 and 4.3
-GNU/Linux on IA-32 icpc (Intel C/C++ Compiler) 10.1 and 11.0
-GNU/Linux on AMD64/Intel 64 g++ (GNU GCC) 4.1
-Mac OS X (10.5) on IA-32 g++ (GNU GCC) 4.0.1
+GNU/Linux on x86-64 g++ (GNU GCC) 4.7, 4.8
+GNU/Linux on x86-64 clang++ (LLVM) 3.5
+OS X (10.8) on Intel 64 g++ (GNU GCC) 4.8
+OS X (10.8) on Intel 64 clang++ (Apple LLVM) 5.0
=========================== =============================================
--
1.7.10.4