-
Notifications
You must be signed in to change notification settings - Fork 4
/
README
53 lines (46 loc) · 2.29 KB
/
README
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
*****************************************************************************
*****************************************************************************
* *
* Preliminaries *
* *
*****************************************************************************
*****************************************************************************
Configuration and build for 7.0 were tested on these LP64 platforms:
RHEL:
Linux 2.6.32-358.6.2.el6.x86_64 / Intel(R) Xeon(R) CPU E5-2660
gcc 4.4.7
Ubuntu:
Linux 3.2.0-34-generic / Intel(R) Xeon(R) CPU X5660
gcc 4.6.3
Solaris:
SunOS 5.10 Generic_141414-10 / Sun UltraSPARC T2
Sun C++ 5.9
MacOS:
Darwin Kernel Version 12.4.0 / MacBookPro with i7
gcc 4.8.1
Windows/Cygwin:
Windows7 CYGWIN_NT-6.1 1.7.24(0.269/5/3)
gcc 4.8.1
gcc 4.6.3
using;
autoheader & autoconf 2.69
aclocal & automake 1.14
*****************************************************************************
*****************************************************************************
* *
* More Documentation *
* *
*****************************************************************************
*****************************************************************************
See the on-line wiki at https://bitbucket.org/shoremt/shore-kits/wiki/Home.
*****************************************************************************
*****************************************************************************
* *
* Basic Configuring and Building *
* *
*****************************************************************************
*****************************************************************************
cd shore-storage-manager
./bootstrap
./configure --enable-dbgsymbols(optional) [in SPARC/Solaris: CXX=CC ./configure ...]
make -j