ProgramFan
ProgramFan
+1 for this feature
The same problem happens here with atom 1.23.3. Is it possible to add a scrollbar in the UI to remove the 4-action constraint?
@nicorikken @mojavelinux Would you please review this?
Thanks for the comments, @nicorikken. It would be nice to be able to build a seperate CJK font-gem. However, since the font part belongs to docbook-xsl, which does not fit...
I tried to compile on centos7-aarch64. `npm install` and `npm run pack` finish successfully but the generated `release/orca-1.2.1-arm64.AppImage` does not work: ``` [me]~/orca-3.3.4% release/orca-1.2.1-arm64.AppImage --help [me]~/orca-3.3.4% echo $? 1 ```...
Any ideas on this?
I use the recommended node and npm: ``` [zyang@kunpeng920]~/orca-3.3.4% which node ~/node-v8.17.0-linux-arm64/bin/node [zyang@kunpeng920]~/orca-3.3.4% which npm ~/node-v8.17.0-linux-arm64/bin/npm ```
在 Linux 静态编译 clang-format 遇到过类似的问题,需要 CMAKE_FIND_LIBRARY_SUFFIXES 和 CMAKE_EXE_LINKER_FLAGS 配合。上面的问题可能是因为 QT 库仍然是动态的,不参与链接。我没有Windows开发环境,改天搭一个试试。 https://blog.kitware.com/creating-static-executables-on-linux ``` cmake \ -DITK_DIR=/path/to/static/ITK \ -DCMAKE_EXE_LINKER_FLAGS="-static" \ -DCMAKE_FIND_LIBRARY_SUFFIXES=".a" \ ~/src/BuildAHelloWorldProgram ```
搭了个环境尝试编译 ss-qt5。发现只要将 libQtShadowsocks 编译为静态库,就一定会报 @amazingfate 的问题。那些未定义的符号是 libQtShadowsocks 的内容。结果很奇怪。
成功编译了 32 位版本,采用 Enigma Virtual Box 包了一下,但多出两个 libicu 的依赖库,可执行文件剧增到 68M。