Diego Iastrubni
Diego Iastrubni
Lagom has no stable API. If you package lagom and ladybird in different packages - both need to be on the same git commit - otherwise, the loader will not...
I am unsure if closing this issue is correct. We still depend on these external tools on cmake 3.16 (we conditionally test for this).
[https://doc.qt.io/qt-6/macos.html - ](https://doc.qt.io/qt-6/macos.html#architectures) it seems the fix is trivial. Can anyone with a Mac confirm that the generated binary contains also arm64 support?
@dail8859 You are currently using Qt 6.2.4 for official builds. IMHO, you can bump this to 6.3.1 without issues. This would fix the official releases, no? If someone wants to...
I agree. I think the best way is to maintain both build systems - until you got comfortable with CMake. For you - you just need to open this branch...
While the CMake stuff is nice... I could have chosen to keep the old monorepo workflow. However, I decided to use a multirepo approach. What does this give me? See...
I can easily convert this to using git submodules + `add_subdirectory`. Its just harder to use for developers - its easier to handle text files than git submodules. One of...
> Why is conan better? If you add a library by conan, you can get pre-compiled version (most of the artifacts are on VS and OSX). You can get a...
> Awesome! Almost. The windows build is broken (scintilla's cmake is bad). I also need to add steps to build the packages for each platform. Then - I need to...
I fixed the building of all libraries to be static, as cmake installs into `/usr/lib/lib-x86_64/` but AppImage does like this. Also CMake install would also install headers and `*.a` files....