Viewing profile — danny0z
danny0z
HN member- Joined
- Sun, Mar 29, 2020, 1:43 PM UTC
- HN karma
- 65
- Public activity
- 34 items
- HN profile
- View on Hacker News ↗
About danny0z
No profile information was provided.
Recent public activity
-
comment
Comment #46812138
It also supports this syntax. target("foo", { kind = "binary", files = { "src/*.cpp" }, includedirs = { "src" }, defines = { "FOO", "BAR=BAZ" }, }) https://xmake.io/guide/project-c…
-
comment
Comment #46810977
> not have `target("name", function (ctx) ... end)`. It supports this syntax. https://xmake.io/guide/project-configuration/syntax-descript... target("foo", function () set_kind("bi…
-
comment
Comment #46807968
It can generate a Visual Studio project, then use the xmake CLI to integrate and compile the project, and supports debugging and IntelliSense. https://xmake.io/guide/extensions/bui…
- story
- story
-
comment
Comment #40264523
xmake also support D and dub.
- story
- story
- story
- story
- story
-
comment
Comment #36477590
we can also try xmake. https://github.com/xmake-io/xmake Xmake can be used to directly build source code (like with Make or Ninja), or it can generate project source files like CMa…
- story
- story
- story
- story
- story
-
comment
Comment #31247633
try wget https://github.com/xmake-io/xmake/releases/download/v2.6.5/xmake-v2.6.5.tar.gz tar xf xmake-v2.6.5.tar.gz make build we need not run `cd xmake`
-
comment
Comment #31247513
no, it should be `v2.6.5/xmake-v2.6.5.tar.gz` instead of `tags/v2.6.5.tar.gz` https://github.com/xmake-io/xmake/releases/download/v2.6.5/xmake-v2.6.5.tar.gz
-
comment
Comment #31247445
we need pull all submodules, you can see https://xmake.io/#/guide/installation?id=installation git submodule update --init Or you can download full source code from releases. https…
-
comment
Comment #31247319
Xmake is also based on tbox as a c base library.
-
comment
Comment #31246695
you can also try xmake. It use lua, not DSL. https://github.com/xmake-io/xmake
-
comment
Comment #31246680
We can also try https://github.com/xmake-io/xmake
- story
- story