Hello!
What is the easiest way to install and use Tcl / Tk on Windows
from the perspective of a Unix user?
I would install Cygwin, but I am writing a program for someone else
and perhaps would not like the idea ...
And I never really used Windows, I have almost no knowledge how to deal
with it ...
Rod.
Hello!
What is the easiest way to install and use Tcl / Tk on Windows
from the perspective of a Unix user?
Hello!
What is the easiest way to install and use Tcl / Tk on Windows
from the perspective of a Unix user?
I would install Cygwin, but I am writing a program for someone else
and perhaps would not like the idea ...
And I never really used Windows, I have almost no knowledge how to deal
with it ...
Rod.
Hello!
What is the easiest way to install and use Tcl / Tk on Windows
from the perspective of a Unix user?
I would install Cygwin, but I am writing a program for someone else
and perhaps would not like the idea ...
And I never really used Windows, I have almost no knowledge how to deal
with it ...
Rod.
In article <3c22e484-dd7d-8462-2a10-4d0529e6c8ec@gmail.com>,
Roderick <hruodr@gmail.com> wrote:
Hello!
What is the easiest way to install and use Tcl / Tk on Windows
from the perspective of a Unix user?
I would install Cygwin, but I am writing a program for someone else
and perhaps would not like the idea ...
And I never really used Windows, I have almost no knowledge how to deal >>with it ...
Rod.
You definitely do not want to install Tcl/Tk via Cygwin. That gives
you a weird hybrid that depends on Cygwin, which your target system
won't have, and only works with an Xserver for Tk.
Cygwin is a great environment for a Unix developer to be productive
and comfortable on Windows, so edit your files with vi on Cygwin,
but use a true Windows version of Tcl/Tk to actually distribute
anything...
I'm not sure how well maintained it is anymore, but I have used Freewrap
in the past for wrapping everything up as one Windows exe.
Hello!
What is the easiest way to install and use Tcl / Tk on Windows
from the perspective of a Unix user?
I would install Cygwin, but I am writing a program for someone else
and perhaps would not like the idea ...
And I never really used Windows, I have almost no knowledge how to deal
with it ...
Rod.
Hello!There are several ways to install and run Tcl/Tk applications on the common platforms, i.e. Windows,
What is the easiest way to install and use Tcl / Tk on Windows
from the perspective of a Unix user?
I would install Cygwin, but I am writing a program for someone else
and perhaps would not like the idea ...
And I never really used Windows, I have almost no knowledge how to deal
with it ...
Rod.
There are several ways to install and run Tcl/Tk applications on the
Hello!
What is the easiest way to install and use Tcl / Tk on Windows
from the perspective of a Unix user?
I would install Cygwin, but I am writing a program for someone else
and perhaps would not like the idea ...
And I never really used Windows, I have almost no knowledge how to deal
with it ...
Rod.
common platforms, i.e. Windows, Linux and MacOS. The problem is getting working binaries for the latest Tcl versions 8.6.16 and 9.0.
Magicsplat only supports Windows, Freewrap only Windows and Linux.
Tclkits and sdx are, in my opinion, the only *portable* way to do this.
The problem with tclkits and sdx is that it is old, very old, and no
longer maintained.
There is no place on the internet where you can download binaries for
the latest Tcl versions.
The KitCreator web interface is a great approach, but the last supported version is 8.6.12.
I appreciate that Tcl/Tk is still being maintained, but I do not want to port (configure/make/install) the language, I want to develop
applications using the language.
How can I use new versions without an out-of-the-box runtime
environment? In my opinion, this is the biggest threat to Tcl at the
moment.
Torsten
The problem is getting
working binaries for the latest Tcl versions 8.6.16 and 9.0.
Magicsplat only supports Windows, Freewrap only Windows and Linux.
The problem with tclkits and sdx is that it is old, very old, and no
longer maintained.
I appreciate that Tcl/Tk is still being maintained, but I do not want to port (configure/make/install) the language, I want to develop
applications using the language.
How can I use new versions without an out-of-the-box runtime
environment? In my opinion, this is the biggest threat to Tcl at the
moment.
Hello!
What is the easiest way to install and use Tcl / Tk on Windows
from the perspective of a Unix user?
I would install Cygwin, but I am writing a program for someone else
and perhaps would not like the idea ...
And I never really used Windows, I have almost no knowledge how to deal
with it ...
Rod.
Gregor
(but Windows != Unix)
You definitely do not want to install Tcl/Tk via Cygwin. That gives
you a weird hybrid that depends on Cygwin, which your target system
won't have, and only works with an Xserver for Tk.
Cygwin is a great environment for a Unix developer to be productive
and comfortable on Windows, so edit your files with vi on Cygwin, ...
but use a true Windows version of Tcl/Tk to actually distribute
anything...
On Thu, 12 Dec 2024, greg wrote:
Gregor
(but Windows != Unix)
Yes, that is really my biggest problem.
There is no other way than to confront a Windows machine and test.
I only need tcl, tk and sqlite3 library, and the program does only
some calculations on a DB. Perhaps in this very special case cygwin could
be usable by a windows user, but I will try with something more native.
Roderick <hruodr@gmail.com> wrote:
On Thu, 12 Dec 2024, greg wrote:
Gregor
(but Windows != Unix)
Yes, that is really my biggest problem.
There is no other way than to confront a Windows machine and test.
I only need tcl, tk and sqlite3 library, and the program does only
some calculations on a DB. Perhaps in this very special case cygwin could
be usable by a windows user, but I will try with something more native.
Given those requirements, you'd be best off with one of the "single
file executable packages" (i.e., starkit/freewrap/undroidwish/etc.).
You do the "small extra work" of wrapping all the Tcl/Tk code into the "package".
For your windows user(s) they just see a single executable they can
double click upon to launch.
The OP can have a look at https://github.com/RobertPHeller/RolePlayingDB3 for an example of a pure Tcl/Tk app that can be cross-built for ANY platform on ANY linux system.
On Sun, 15 Dec 2024, Robert Heller wrote:
The OP can have a look at
https://github.com/RobertPHeller/RolePlayingDB3 for
an example of a pure Tcl/Tk app that can be cross-built for ANY
platform on
ANY linux system.
Thanks. For commercial purposes, wrapped scripts are interesting,
I will try to learn that later, but I want something that corresponds
to what I run on FreeBSD. These wrappers seems to be for Linux, not
all unix.
There is no other way than to learn a little of Windows. I will try
to get an old windows pc and install first Magicsplat.
Starkits/Starpacks work on all architectures:
On Mon, 16 Dec 2024, Gerald Lester wrote:
Starkits/Starpacks work on all architectures:
I suspect I will have to build 'tclkit' for Freebsd and download a
binary for Windows that includes sqlite3.
Is there an official Web site for the projects 'tclkit' and 'sdx'?
Official source / binary distributions?
I found only old sites, broken links ...
Thanks
Rod.
Starkits/Starpacks work on all architectures:
- Linux
- Unix
- Windows
- (yes even) VMS
On Mon, 16 Dec 2024 07:22:30 -0600, Gerald Lester wrote:
Starkits/Starpacks work on all architectures:**************************
- Linux
- Unix
- Windows
- (yes even) VMS
Jigsaw Puzzler doesn't.
https://wiki.tcl-lang.org/page/Jigsaw+Puzzler
I have to run the Windows version on Wine.
Sad.
Jigsaw Puzzler doesn't.
https://wiki.tcl-lang.org/page/Jigsaw+Puzzler
I have to run the Windows version on Wine.
Sad.
Only if you don't use the correct executable for Windows when building
the kit.
Yes, very sad.
I think Bawt by Paul Obermeier hits the nail here, with support for Windows, Linux and Mac OS.
I can empathize. Perhaps the wiki could have a page where people can download it, and the new
version binaries are uploaded by the maintainers. It used to be you got it all from Activestate
(and its predecessors before them). I am not sure what they are doing now but they changed their
licensing a few years ago and, frankly, ruined it.
On Mon, 16 Dec 2024, Gerald Lester wrote:
Starkits/Starpacks work on all architectures:
I suspect I will have to build 'tclkit' for Freebsd and
download a binary for Windows that includes sqlite3.
Is there an official Web site for the projects 'tclkit' and 'sdx'?
Official source / binary distributions?
I found only old sites, broken links ...
Thanks
Rod.
On Mon, 16 Dec 2024 07:22:30 -0600, Gerald Lester wrote:
Starkits/Starpacks work on all architectures:**************************
- Linux
- Unix
- Windows
- (yes even) VMS
Jigsaw Puzzler doesn't.
https://wiki.tcl-lang.org/page/Jigsaw+Puzzler
I have to run the Windows version on Wine.
Sad.
A new version is available for Windows, Linux and Mac.**************************
See https://wiki.tcl-lang.org/page/Jigsaw+Puzzler
Paul
Sysop: | DaiTengu |
---|---|
Location: | Appleton, WI |
Users: | 1,028 |
Nodes: | 10 (0 / 10) |
Uptime: | 143:43:18 |
Calls: | 13,330 |
Files: | 186,574 |
D/L today: |
1,224 files (340M bytes) |
Messages: | 3,355,606 |