win-test-wrapper/README.md

25 lines
942 B
Markdown
Raw Normal View History

2023-09-28 22:57:08 +02:00
# win-test-wrapper
2023-09-28 23:06:27 +02:00
Hamradio logging. Starts Win-Test under Linux as known from Windows by typing 'win-test'.
2023-09-28 23:01:49 +02:00
2023-09-28 22:57:08 +02:00
This is a simple wrapper shellscript for calling Win-Test from Linux commandline in the Windows way managed by the debian package management.
It installs the script calling wine and Win-Test in /usr/bin. It also checks the dependency concerning wine and installs it when it is not present. Have Fun.
Install:
2023-09-28 23:06:27 +02:00
Download the .deb file, go to the Download dir. Then type
apt install ./win-test-wrapper
2023-09-28 22:57:08 +02:00
Uninstall:
apt remove win-test
Wine will be required and automatically installed by package manager if it was not installed before.
It is necessary to install win-test.exe itself in the usual way after
2023-09-30 12:16:49 +02:00
wine. Maybe the installation hangs on creating a desktop link. Simple abort that, at this time Win-Test is installed full-featured.
2023-09-28 22:57:08 +02:00
2023-09-30 12:16:49 +02:00
After thet step simple call the program using
2023-09-28 22:57:08 +02:00
win-test
on the Linux command line