Robin Swift

Results 85 comments of Robin Swift

They're all waiting on the beta version coming together. Installing Embroidermodder is not going to be a priority until it's worth installing. I'll leave this issue open until I add...

Well, we did have an ETA, which was unrealistic given scope of the project and my attempts to make the design reliable and easy to fix. I have very legitimate...

I'm splitting this issue into "AppImage/flatpak" and ".deb" because the former requires less setup. This is the "AppImage/flatpak" issue.

@bianchifan, do you have a C++ compiler installed? What happens when you type: > $ c++ in your terminal? It should say something like: > c++: fatal error: no input...

The build script makes a folder, for you it would be `~/tmp/Embroidermodder/build`, can you enter that folder and run: ```sh $ CXX=c++ cmake .. ``` to manually override C++ compiler...

In our behind-the-scenes build, I found we could use python's pip to install Qt 6.5 for us like this: > pip install -U pip --upgrade pip > pip install aqtinstall...

Whether our CMake build is compatible with versions before Qt 6.3... I don't know. But it seems that Qt will continue to support CMake so we just need to use...

@mariobodemann Can you take the `app/lib` folder from your [embroidery-mobile](https://github.com/gdg-berlin-android/embroidery-mobile) and add it to a PR for this repository here as `java/` in the top level? I want you to...

Can you be more specific? I'm in the process of getting regular builds going so I can solve this for `alpha4`.

I don't quite understand what this is for. Can you give me a simple use case, please?