Untitled Document
Home
News
Screenshots
  Installation
   Linux
   Windows
Tulip Server
FAQ
Manual
Mailling List

Solis
Get training
customization
and services
through Solis.


Agata Report
Need a
Reporting tool ?



Linux Installation

::Download Pre-Compiled Version

To easy your hard task of installing PHP-GTK on Linux systems, you may use this pre-compiled package of PHP-GTK with Mysql and PostgreSQL support, that allows you to do a fast installation of PHP-GTK on Linux Systems. This package comes with all this requirements:

- PHP;
- PHP-GTK;
- GD; (images generation)
- MySql libraries;
- PostgreSql libraries;
- GtkScintilla library;
- libglade;
- libjpeg;
- libpng;
- libxml;

Installing PHP-GTK pre-compiled

Download the file php-gtk.tar.gz from:
Download php-gtk.tar.gz
For installation, save this file to directory /usr/local on your linux system and Follow these instructions:

- Login as root;
# cd /usr/local
# tar -xzvf php-gtk.tar.gz
# chmod 777 php-gtk -Rf
# ln -sf /usr/local/php-gtk/php/bin/php /usr/bin/php
# ln -sf /usr/local/php-gtk/php/bin/php /usr/local/bin/php
# exit

- Testing php-gtk
# php /usr/local/php-gtk/sample/gtk.php

Observations
Debian and Conectiva users may need to install the library libstdc++.

 Debian Users: Download and Install libstdc++
 Conectiva Users:
  • apt-get install libstdc++-devel
  • apt-get install task-c++-devel
  •  Mandrake 10.1 Users:
  • install libstdc++2
  • install libstdc++6-static-devel
  • ::Installing Tulip

    Download the latest version (tulip 0.7), from:
       Tulip 0.7

    - Unzip the file
    # unzip tulip-0.7.zip
    - Give rights
    # chmod 777 tulip -Rf
    # cd tulip

    - Run Tulip
    # php tulip.php

    Now, if everything goes fine, Tulip will be showed on your screen.