Xuan Xiao
Xuan Xiao
@microsoft-github-policy-service agree
I know the patches need more modifications.
emm, I want to know whether I should change the package name.
> Please make `build-with-triplet.patch` not change the EOL style of `CMakeLists.txt`. There is no point in reviewing it in the current form. I was using the command `git diff CMakeLists.txt...
I am confused as to why it can be successfully built on Windows, but fails on Linux. ```cmd CMake Deprecation Warning at CMakeLists.txt:24 (CMAKE_MINIMUM_REQUIRED): Compatibility with CMake < 3.5 will...
> I am confused as to why it can be successfully built on Windows, but fails on Linux. > > ```batchfile > CMake Deprecation Warning at CMakeLists.txt:24 (CMAKE_MINIMUM_REQUIRED): > Compatibility...
Maybe it could be built on Linux. I use [GitHub workflows](https://github.com/Hcolda/QingLiaoChatServer/actions/runs/10078262910/job/27862767770?pr=16) to show the effect, although there are other errors.
> I'm afraid the current form of the patch(es) will make it hard to deal with updates. I would prefer to fork your PR for direct improvements instead of adding...
哦对了,gcc和mingw编译时,编译选项要加上-lpthread
> 现阶段没有多线程feature,可以二次开发用多进程转换。 我在代码里面实现了多线程的feature,只不过只应用ncmdump的命令行应用程序,如果有需要的话我可以改进