Added 'How to run' section to README
This commit is contained in:
parent
adcaa52b40
commit
e7e54238b8
14
README.md
14
README.md
@ -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
|
||||
|
Reference in New Issue
Block a user