|
@ -36,8 +36,8 @@ Published by Bruno Haible, @code{<haible@@clisp.cons.org>} and |
|
|
Richard B. Kreckel, @code{<kreckel@@ginac.de>}. |
|
|
Richard B. Kreckel, @code{<kreckel@@ginac.de>}. |
|
|
|
|
|
|
|
|
Copyright (C) Bruno Haible 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008. |
|
|
Copyright (C) Bruno Haible 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008. |
|
|
Copyright (C) Richard B. Kreckel 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009. |
|
|
|
|
|
Copyright (C) Alexei Sheplyakov 2008. |
|
|
|
|
|
|
|
|
Copyright (C) Richard B. Kreckel 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011. |
|
|
|
|
|
Copyright (C) Alexei Sheplyakov 2008, 2010. |
|
|
|
|
|
|
|
|
Permission is granted to make and distribute verbatim copies of |
|
|
Permission is granted to make and distribute verbatim copies of |
|
|
this manual provided the copyright notice and this permission notice |
|
|
this manual provided the copyright notice and this permission notice |
|
@ -73,8 +73,8 @@ by the author. |
|
|
@vskip 0pt plus 1filll |
|
|
@vskip 0pt plus 1filll |
|
|
Copyright @copyright{} Bruno Haible 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008. |
|
|
Copyright @copyright{} Bruno Haible 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008. |
|
|
@sp 0 |
|
|
@sp 0 |
|
|
Copyright @copyright{} Richard B. Kreckel 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009. |
|
|
|
|
|
Copyright @copyright{} Alexei Sheplyakov 2008. |
|
|
|
|
|
|
|
|
Copyright @copyright{} Richard B. Kreckel 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011. |
|
|
|
|
|
Copyright @copyright{} Alexei Sheplyakov 2008, 2010. |
|
|
|
|
|
|
|
|
@sp 2 |
|
|
@sp 2 |
|
|
Published by Bruno Haible, @code{<haible@@clisp.cons.org>} and |
|
|
Published by Bruno Haible, @code{<haible@@clisp.cons.org>} and |
|
@ -393,7 +393,7 @@ This section describes how to install the CLN package on your system. |
|
|
@subsection C++ compiler |
|
|
@subsection C++ compiler |
|
|
|
|
|
|
|
|
To build CLN, you need a C++ compiler. |
|
|
To build CLN, you need a C++ compiler. |
|
|
Actually, you need GNU @code{g++ 3.0.0} or newer. |
|
|
|
|
|
|
|
|
GNU @code{g++ 4.0.0} or newer is recommended. |
|
|
|
|
|
|
|
|
The following C++ features are used: |
|
|
The following C++ features are used: |
|
|
classes, member functions, overloading of functions and operators, |
|
|
classes, member functions, overloading of functions and operators, |
|
@ -414,8 +414,6 @@ on all platforms when a non-GNU assembler is being used. |
|
|
|
|
|
|
|
|
To build CLN, you also need to have GNU @code{make} installed. |
|
|
To build CLN, you also need to have GNU @code{make} installed. |
|
|
|
|
|
|
|
|
Only GNU @code{make} 3.77 is unusable for CLN; other versions work fine. |
|
|
|
|
|
|
|
|
|
|
|
@node Sed utility |
|
|
@node Sed utility |
|
|
@subsection Sed utility |
|
|
@subsection Sed utility |
|
|
@cindex @code{sed} |
|
|
@cindex @code{sed} |
|
|