Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Include tcltk distribution into the package #24

Open
skoro opened this issue Dec 26, 2022 · 1 comment
Open

Include tcltk distribution into the package #24

skoro opened this issue Dec 26, 2022 · 1 comment
Labels
feature New feature or request

Comments

@skoro
Copy link
Owner

skoro commented Dec 26, 2022

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:

  • make tcltk compilation script (I manually tried msys2 for compiling and it works but it should be automated)
  • strip unneeded files from tcltk to reduce distribution size (demo, help, etc)
  • make os detection before app bootstrapping to pickup the included distribution depending on os

Disadvantages:

  • the package size will be increased (+ ~10mb)
@skoro skoro changed the title feat: include tcltk distribution into the package [feature] include tcltk distribution into the package May 16, 2023
@skoro skoro changed the title [feature] include tcltk distribution into the package Include tcltk distribution into the package May 16, 2023
@skoro skoro added the feature New feature or request label May 16, 2023
@CViniciusSDias
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants