Centos: Difference between revisions

From DISI
Jump to navigation Jump to search
(Created page with "We develop on and recommend Centos. Our software should work on * RedHat (versions) * It should be possible to use MacOS, but we are still not quite ready. We do not sup...")
 
No edit summary
Line 3: Line 3:
*  
*  


Packages required:
<pre>
openssl-devel
openssl-static
mysql-devel
blas-devel
lapack-devel
postgresql-devel
sqlite-devel
bzip2-devel
zlib-devel
zlib-static
ncurses-devel
ncurses-static
readline-devel
readline-static
gdbm-devel
db4-devel
db4-devel-static
tcl-devel
tk-devel
libpng-devel
libpng-static
libjpeg-devel
libjpeg-static
</pre>


It should be possible to use MacOS, but we are still not quite ready.  
It should be possible to use MacOS, but we are still not quite ready.  
For OSX, you'll need:
install brew
brew install berkeley-db
pip install bsddb3


We do not support Windows. :)  
We do not support Windows. :)  


[[Category:Third party software]]
[[Category:Third party software]]

Revision as of 22:38, 24 February 2014

We develop on and recommend Centos. Our software should work on

  • RedHat (versions)

Packages required:

openssl-devel
openssl-static
mysql-devel
blas-devel
lapack-devel
postgresql-devel
sqlite-devel
bzip2-devel
zlib-devel
zlib-static
ncurses-devel
ncurses-static
readline-devel
readline-static
gdbm-devel
db4-devel
db4-devel-static
tcl-devel
tk-devel
libpng-devel
libpng-static
libjpeg-devel
libjpeg-static

It should be possible to use MacOS, but we are still not quite ready. For OSX, you'll need:

install brew
brew install berkeley-db
pip install bsddb3


We do not support Windows. :)