G
G
Gleb868989642021-02-06 09:56:01
linux
Gleb86898964, 2021-02-06 09:56:01

Wine redistributable packages?

For the competition on traffic rules, I am writing a program "quest quizzes on the rules of the road." I am writing it on an understandable engine so that the traffic police themselves can add material and teach children according to this program.
However, this engine allows you to compile the program only under Windows. But programs compiled with this engine work perfectly in Wine on Linux and MacOS.
How can I make a package that will install my program and wine at the same time and create a program launch file on the desktop? The package is needed for Linux and MacOS.

Answer the question

In order to leave comments, you need to log in

4 answer(s)
A
Alexey Dmitriev, 2021-02-06
@SignFinder

Different Linux distributions have different package managers.
Either you:
1. Build separate packages that will have wine as a dependency - for each linux distribution you need.
2. Write a script (one for all distributions, or one for each) that will install wine from the repository, download and deploy your program and create all the necessary shortcuts.

S
Sanes, 2021-02-06
@Sanes

If the user has Linux, then he knows how to work with it minimally and instructions are enough. As a last resort, collect something from the category of Snap packages.

R
rPman, 2021-02-06
@rPman

I remember exactly that when creating a shortcut on the wine desktop, this shortcut appears in linux, at least in the start menu, i.e. create a windows installer with some inno setup/nsis/wix tools

A
Armenian Radio, 2021-02-06
@gbg

An application written for Windows can be assembled using the winecc toolchain (in fact, a piece of Wine will be compiled into your application) - you will get a native Linux application. For example, this is how teamviewer works.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question