Install/Test/Uninstall - Suse 11.4: Difference between revisions

From NEOSYS Dev Wiki
Jump to navigationJump to search
(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…')
(No difference)

Revision as of 19:36, 10 July 2011

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