[Question] Why fribidi in xmake-repo use meson on Windows and autoconf on macOS and Linux? #3979
Answered
by
waruqi
DreamOfIce
asked this question in
Q&A
-
Is there any reason for this? Why don't we use meson on all systems? |
Beta Was this translation helpful? Give feedback.
Answered by
waruqi
Jul 19, 2023
Replies: 2 comments 1 reply
-
这个包也不是我搞的,我猜应该是最先搞了 linux, macos ,用了 autoconf。。后来为了支持 windows 所以才用了 meson 而且用 meson,还得额外安装 meson, python, ninja, openssl, zlib, libffi 等一堆依赖,编译也得半天。。相比 autoconf 。能用 autoconf 还是用 autoconf 。。无依赖安装,更快更省事。。 只有不支持的平台,可以切到 meson 去安装 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
DreamOfIce
-
行,但wasm似乎还是会遇到上次那个libtool的问题 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
这个包也不是我搞的,我猜应该是最先搞了 linux, macos ,用了 autoconf。。后来为了支持 windows 所以才用了 meson
而且用 meson,还得额外安装 meson, python, ninja, openssl, zlib, libffi 等一堆依赖,编译也得半天。。相比 autoconf 。能用 autoconf 还是用 autoconf 。。无依赖安装,更快更省事。。
只有不支持的平台,可以切到 meson 去安装