mengqingzhong / shore-mt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

*****************************************************************************
*****************************************************************************
*                                                                           *
*                           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

About

License:Other


Languages

Language:C++ 88.1%Language:Groff 6.0%Language:C 2.3%Language:Assembly 1.3%Language:M4 0.9%Language:Tcl 0.6%Language:Shell 0.4%Language:Makefile 0.4%