Zihao Fang
Zihao Fang
the same
@PaulSquires It seems that wxFBE (https://www.freebasic.net/forum/viewtopic.php?f=8&t=20284) can do this.So does VisualFreeBasic(https://github.com/xiaoyaocode163/VisualFreeBasic)
+1 too. My development environment is Huawei Matebook E Go Performance version (Qualcomm Snapdragon 8cx Gen3) with native Visual Studio, Visual Studio Code and clang-aarch64 from MSYS2.
> This bears thought… Not sure the easiest way to make your loadtime scenario work better. Perhaps you could describe how to reproduce it a little @fzhwenzhou ? Perhaps I...
> Could you please describe in some details the steps you took to build it? Why doesn't `package.sh` work after some modifications? Actually, building this is relatively simple. Just replace...
@danemtsov About your commit, it also fails. Here is the output of your "package.sh". [output.txt](https://github.com/xournalpp/xournalpp/files/10416748/output.txt) Here is the stderr. [stderr.txt](https://github.com/xournalpp/xournalpp/files/10416749/stderr.txt) Here is the structure of "dist" folder. ```bash $ ls...
@rolandlo As I mentioned above, the dist file I provided is created by manually copying all the things into it. So the "share" folder inside the "bin" folder might be...
Additionally, the [llvm-mingw](https://github.com/mstorsjo/llvm-mingw/) project can cross-compile Windows-aarch64 binary from various platforms, which could help members like you build artifacts on their own machine. And that makes it even possible to...
> > @rolandlo As I mentioned above, the dist file I provided is created by manually copying all the things into it. So the "share" folder inside the "bin" folder...
> Hey! Wow! First time seeing this :) > > 1. Please tell us more about the terminal app and it's version. > > 2. What if you try the...