skoro / php-tkui

Build native desktop applications with PHP only
491 stars 18 forks source link

Include tcltk distribution into the package #24

Open skoro opened 1 year ago

skoro commented 1 year ago

This is especially actual for Windows users who needs to install TclTk separately by using one of available distribution. Including tcltk will be much simpler for getting started with the package.

What should be done:

Disadvantages:

CViniciusSDias commented 6 months ago

An approach like this one from TransformersPHP could be interesting. This command fetches the shared libraries for the platform where it's executed.