-
Notifications
You must be signed in to change notification settings - Fork 39
/
INSTALL
79 lines (60 loc) · 2.23 KB
/
INSTALL
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
#
# C Object System
# COS INSTALL
#
# Copyright 2007+ Laurent Deniau <laurent.deniau@gmail.com>
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
*** IMPORTANT: The C Object System requires GNU make 3.80 or higher ***
Compilation/tests/install/uninstall:
------------------------------------
cd path-to-cos
make
make tests # optional
make install [PREFIX=path-to-install] # probably as root
make uninstall # probably as root
Supported platforms:
--------------------
note: platforms name are detected using the posix command "uname -s"
the list of supported platforms are in the directory
path-to-cos/CosBase/include/cos/cfg/
or after installation to
$(PREFIX)/$(INCDIR)/cos/cfg/
porting on Unixes/Posix compliant platform should be straightforward
porting on Windows requires some Posix-like environment (e.g. Mingw, Cygwin)
Tested platforms:
-----------------
# System & Architectures
Linux Ubuntu 8.04, 8.10, 9.04, 9.10 (Debian) on i386 (32-bit) Core2 Duo
Linux Ubuntu 8.04, 8.10, 9.04, 9.10 (Debian) on x86_64 (64-bit) Core2 Duo
Linux Debian 8.11 on x86_64 (64-bit) Intel 8-core Xeon
Linux SLC 4.0, 5.0 (RedHat) on x86_64 (64-bit) Quad Xeon
Mac OS X Leopard (Darwin) on x86_64 (64-bit) Core2 Duo
# Compilers
gcc 3.2.3, 3.4.6, 4.1.2, 4.2.4, 4.3.2, 4.3.3, 7.2.0, 12.2.0
Other available platforms (untested):
-------------------------------------
SunOS + gcc
FreeBSD + gcc
Documentation:
--------------
paper and presentation can be found in
path-to-cos/doc/
or after installation to
$(PREFIX)/$(DOCDIR)/cos/
or on arXiv.org
Project information:
--------------------
- web site: https://github.com/CObjectSystem/COS
- contact : laurent dot deniau at gmail dot com