Added 'How to run' section to README

This commit is contained in:
Timothy Warren 2012-02-29 16:26:38 -05:00
parent adcaa52b40
commit e7e54238b8
1 changed files with 14 additions and 0 deletions

View File

@ -5,6 +5,20 @@ OpenSQLManager is an attempt to create an alternative to Navicat that is free an
### Pre-configured version of php for windows
Because php-gtk is such a pain to compile on Windows, I've put together this package from the latest php-gtk windows package. It's available in the downloads section.
### How to run:
* On Windows: drag the `index.php` file to the `php.exe` or `php-win.exe` executable in the php package. `php.exe` brings up a DOS console, `php-win.exe` does not.
* On Mac:
* Install [MacPorts](http://guide.macports.org/#installing)
* Install these ports using MacPorts
* php5
* php5-cairo
* php5-gtk
* php5-iconv
* php5-mysql
* php5-postgresql
* php5-sqlite
* Run via terminal in the OpenSQL folder using `php index.php`
## PHP Requirements
* Version 5.2 - 5.3.*
* PHP-Cairo PECL extension