| View previous topic :: View next topic |
| Author |
Message |
Vishal
Joined: 10 Jan 2008 Posts: 1 Location: India
|
Posted: Thu Jan 10, 2008 11:39 pm Post subject: How to create alone exe files |
|
|
Hello,
I was just started learning gtk2 . I want to know how can i distribute my application as executable files.
My mean i want to distribute like exe programs.
Thanks,
Vishal |
|
| Back to top |
|
 |
rgljr
Joined: 10 Apr 2006 Posts: 15 Location: Minnesota, USA
|
Posted: Sat Jan 12, 2008 6:53 pm Post subject: may or may not work for you but is a start. |
|
|
http://pb.impressivegames.com/
PriadoBlender may be the answer.
Depends on what features you are looking for in PHP-GTK2. GNOPE, PHP-GTK2 developement (http://gtk.php.net/) and PriadoBlender are out of sync on feature and php version support with each other. All are beta but functional.
PriadoBlender does not produce a compiled version of PHP-GTK2. It blends your code with the PHP interpreter and produces a combined EXE. You still need all the PHP dll, php.ini etc. But it will produce a directory with an exe in it (No PHP interpreter required). And your PHP source is not readily available if you don't use includes or can get PriadoBlender to include them.
Roadsend is another Possibility in the future (http://www.roadsend.com/home/index.php). According to their website:
NEW: PHP-GTK 2 support is under development!
Roadsend is a PHP Compiler. |
|
| Back to top |
|
 |
|