texstudio icon indicating copy to clipboard operation
texstudio copied to clipboard

Install Win32 as Unix

Open podsvirov opened this issue 3 years ago • 2 comments

We use this to make package for MSYS2 distro.

podsvirov avatar Jul 05 '22 20:07 podsvirov

I am not convinced about this. We don't build only on msys2 and it currently already works without that change. What is the benefit ?

sunderme avatar Jul 06 '22 09:07 sunderme

Custom scripts that I can see (in .github/scripts) can make standalone packages. But package in distro is not some as standalone pakcage. Part of installation logic available in project file (.pro) and used for Linux. It can be reused for more platforms. Suggested changes do not break some thing. I just want to reuse install rules generated from project file like:

make INSTALL_ROOT="${pkgdir}" install

podsvirov avatar Jul 06 '22 16:07 podsvirov

obsolete with transition to cmake

sunderme avatar Oct 20 '22 16:10 sunderme

Wow, transition to cmake - good news! Thanks!

podsvirov avatar Oct 20 '22 16:10 podsvirov