Linux: Difference between revisions

From NEOSYS Dev Wiki
Jump to navigationJump to search
No edit summary
 
(19 intermediate revisions by the same user not shown)
Line 1: Line 1:
== Building and Installing Exodus ==
==== [[Install/Test/Uninstall - Redhat5/Centos5/Fedora15|Redhat/Fedora/Centos]] ====


[[Installing on Ubuntu 10.04 LTS from repository]]
==== [[Install/Test/Uninstall - Ubuntu 10.04 LTS|Ubuntu/Debian]] ====


=== APT - Debian/Ubuntu ===
==== [[Install/Test/Uninstall - Suse 11.4|Suse]] ====
 
<pre>
#pick one.
export DISTRO=Debian_6.0
export DISTRO=xUbuntu_10.04
export DISTRO=xUbuntu_11.04
 
sudo su -c "echo 'deb http://download.opensuse.org/repositories/home:/neosys:/exodus/$DISTRO  ./' > /etc/apt/sources.list.d/exodus.list"
</pre>
 
=== YUM - Redhat/Fedora/Centos ===
 
<pre>
#pick one. for centos, use redhat
export DISTRO=Fedora_15
export DISTRO=RedHat_RHEL-5
 
sudo su -c "echo -e '\
[exodus]\n\
name=exodus\n\
type=rpm-md\n\
baseurl=http://download.opensuse.org/repositories/home:/neosys:/exodus/$DISTRO/\n\
gpgcheck=1\n\
gpgkey=http://download.opensuse.org/repositories/home:/neosys:/exodus/$DISTRO/repodata/repomd.xml.key\n\
enabled=1\n\
'>/etc/yum.repos.d/exodus.repo"
</pre>
 
=== From Source ===
 
[http://code.google.com/p/exodusdb/source/browse/trunk/install_apt.sh Debian/Ubuntu/APT] - only C++ language bindings ATM
 
[http://code.google.com/p/exodusdb/source/browse/trunk/buildinstall_yum.sh Centos/Fedora/Redhat/YUM] - only C++ language bindings ATM
 
[http://code.google.com/p/exodusdb/source/browse/trunk/swig/install_apt.sh Debian/Ubuntu/APT] perl, python, php, java, c#
 
[http://code.google.com/p/exodusdb/source/browse/trunk/swig/install_yum.sh Redhat/Centos/Fedora/YUM] perl, python, php, java, c#
 
=== Optional stuff ===
 
[[Building Boost from scratch on Ubuntu 10.04 LTS]]

Latest revision as of 19:51, 10 July 2011