From e7e54238b8d5bef6e8982ce1f7c8ae7001ff7b4f Mon Sep 17 00:00:00 2001 From: Timothy Warren Date: Wed, 29 Feb 2012 16:26:38 -0500 Subject: [PATCH] Added 'How to run' section to README --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 83e3739..0f93dd8 100644 --- a/README.md +++ b/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