Install/Test/Uninstall - Suse 11.4

From NEOSYS Dev Wiki
Revision as of 19:36, 10 July 2011 by Steve (talk | contribs) (Created page with '=== Main/Python/Perl === sudo zypper install exodus === PHP === sudo zypper install exodus-php find /usr/share|grep exodus php /usr/share/doc/packages/libexodus-php/exampl…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Main/Python/Perl

sudo zypper install exodus

PHP

sudo zypper install exodus-php
find /usr/share|grep exodus
php /usr/share/doc/packages/libexodus-php/examples/test.php

Java

sudo zypper install exodus-java
sudo zypper install java-1_6_0-openjdk-devel #for javac compiler
find /usr/share|grep exodus
cd ~
cp /usr/share/doc/packages/libexodus-java/examples/* .
./testjava.sh

C#

sudo zypper install exodus-csharp
find /usr/share|grep exodus
cd ~
cp /usr/share/doc/packages/libexodus-csharp/examples/* .
./testc#.sh