|
DevelopersandContributors
Developers Getting StartedIf you only want to install and try out the binary go here : Project Downloads If you want to install the source code continue reading.... This program is written using PHP along with PHP-GTK for Windows. For development you need two things, the PHP-GTK2 runtime environment and the source code. Runtime EnvironmentDownload php-gtk2.zip Note the path to the php.exe program. For example C:\php-gtk2\php.exe Source CodeCheckout using subversion from the Source section (see Source tab above). GUIAll GUI components are edited using Glade. Important: Use the glade3.exe program included in the php-gtk2.zip download to edit the .glade files. If you use another version of glade there is a high chance of losing compatibility with the included Glade libraries. From the example above run: C:\php-gtk2\glade-3.exe and open the relevant .glade files form the src\resources folder. ExecutionChange directory to the source code folder that contains the program source timesheet.php Run this program as a php script using the downloaded php-gtk runtimes. eg. C:\php-gtk2\php.exe timesheet.php Packaging and InstallerComing soon ..... |