rochus-keller / LeanQt

LeanQt is a stripped-down Qt version easy to build from source and to integrate with an application.
Other
567 stars 19 forks source link

How to build from source on MSYS2 UCRT64? #12

Closed ghost closed 1 year ago

rochus-keller commented 1 year ago

Have you tried? What happens?

ghost commented 1 year ago

Have you tried? What happens?

Not yet. I only care about LeanQt itself. I don't want to build Oberon+ command line compiler or Oberon+ IDE. I also wanted to know if I could use MSYS2 UCRT64's lua package (mingw-w64-ucrt-x86_64-lua) instead of having to build my own.

rochus-keller commented 1 year ago

LeanQt is usually not used stand-alone, but as part of a project (e.g. Oberon+ IDE or LeanCreator). I successfully built LeanCreator (together with LeanQt) using https://github.com/niXman/mingw-builds-binaries/releases/download/12.2.0-rt_v10-rev2/i686-12.2.0-release-win32-dwarf-msvcrt-rt_v10-rev2.7z. I didn't use MSYS2 UCRT64, but I don't see a reason why it shouldn't work.

ghost commented 1 year ago

LeanQt is usually not used stand-alone, but as part of a project (e.g. Oberon+ IDE or LeanCreator). I successfully built LeanCreator (together with LeanQt) using https://github.com/niXman/mingw-builds-binaries/releases/download/12.2.0-rt_v10-rev2/i686-12.2.0-release-win32-dwarf-msvcrt-rt_v10-rev2.7z. I didn't use MSYS2 UCRT64, but I don't see a reason why it shouldn't work.

OK. I got it.