-
Notifications
You must be signed in to change notification settings - Fork 1
/
README.solaris
50 lines (36 loc) · 2.06 KB
/
README.solaris
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
Copyright (C) 2001-2010 Roberto Bagnara <[email protected]>
Copyright (C) 2010-2017 BUGSENG srl (http://bugseng.com)
See below for the copying conditions.
Configuration of the Parma Polyhedra Library on Solaris
=======================================================
Build problems have been reported for Solaris 10, affecting the build
of the (C, Java, ...) language interfaces, which are due to the use of an
incompatible version of sed:
https://www.cs.unipr.it/mantis/view.php?id=103
The solution is to install and use GNU sed.
This is recommended, even if only the C++ language interface is used.
--------
Copyright (C) 2001-2010 Roberto Bagnara <[email protected]>
Copyright (C) 2010-2017 BUGSENG srl (http://bugseng.com)
This document describes the Parma Polyhedra Library (PPL).
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.2
or any later version published by the Free Software Foundation;
with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
The license is included, in various formats, in the `doc' subdirectory
of each distribution of the PPL in files named `fdl.*'.
The PPL is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the
Free Software Foundation; either version 3 of the License, or (at your
option) any later version. The license is included, in various
formats, in the `doc' subdirectory of each distribution of the PPL in
files named `gpl.*'.
The PPL is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
for more details.
If you have not received a copy of one or both the above mentioned
licenses along with the PPL, write to the Free Software Foundation,
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307, USA.
For the most up-to-date information see the Parma Polyhedra Library
site: http://bugseng.com/products/ppl/ .