|
I'm a beginner with xmake. It's really enjoyable. Mr. @waruqi , your work is super valuable 🙏. To put it simply, I don't need to mount the engine (compiler) onto a body anymore. xmake has already built that body, and I can use the engine at full power. That's awesome. In my opinion, xmake is on the right track. For writing a highly scalable project, I need the following feature: I think I've realized that this feature isn't supported in xmake. Did I get that right? When I try to use the Math class in What should we do? |
Answered by
waruqi
Jun 8, 2026
Replies: 1 comment 3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
did you ser shared for testlib package?
add_requres("testlib", {configs = {shared = true}})it will add lib path to LD_LIBRARY_PATH when you can
xmake run.if you call
xmake install, it will also add rpath.