问题标签 [xmake]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
63 浏览

ubuntu - 如何将我的开源软件上传到 ubuntu 或其他官方软件源?

我想创建我的软件包并上传 ubuntu 或其他软件源。

但我不知道该怎么做。

我的项目:https ://github.com/waruqi/xmake

请帮助我,谢谢

0 投票
1 回答
263 浏览

package - 如何将 aur 包制作成 archlinux 社区源码?

我已经将我的 aur 包上传到 aur.archlinux.org ( https://aur.archlinux.org/packages/xmake/ )。

如何将 aur 包制作成 archlinux 社区源码?

我想运行命令pacman -S xmake来安装我的包。

谁能帮我?

谢谢!

0 投票
2 回答
226 浏览

lua - xmake总是报:error: cannot get program for cxx,为什么?

我在我的 Mac 上“brew install xmake”,并且有一个 .cpp 文件,我运行 xmake 并在目录中生成一个 xmake.lua。然后它报告:

我已经安装了 clang(别名为 g++)。它工作正常。我然后:

嗯,再次运行xmake,还是报同样的错误:

如何处理?谢谢

----------------------我试过这些,不工作:

----------------------看我的诊断:

0 投票
0 回答
49 浏览

lua - 找不到mingw目录xmake

我是新手xmake,我写了一个xmake.lua,但是当我尝试执行时,xmake我收到以下问题:

我试图xmake config通过指定mingw exe的路径来发出命令,但仍然是同样的错误。

0 投票
0 回答
116 浏览

c++ - 使用gcc-11构建c++20模块时如何修改gcm.cache路径?

我正在尝试让xmake支持 gcc-11 来构建 c++20 模块,但是我遇到了一些问题。

gcc-11gcm.cache默认会在当前目录生成目录。如何将此默认路径修改为指定的其他目录?

我知道clang有-fmodules-cache-path=修改模块缓存路径的选项,但是我没有找到gcc的类似选项。

有人知道吗?谢谢