Live data from Hacker News

Viewing profile — danny0z

danny0z

HN member
Joined
Sun, Mar 29, 2020, 1:43 PM UTC
HN karma
65
Public activity
34 items

About danny0z

No profile information was provided.

Recent public activity

  1. 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…

  2. 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…

  3. 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…

  4. story
  5. story
  6. comment
    Comment #40264523

    xmake also support D and dub.

  7. story
  8. story
  9. story
  10. story
  11. story
  12. 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…

  13. story
  14. story
  15. story
  16. story
  17. story
  18. 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`

  19. 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

  20. 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…

  21. comment
    Comment #31247319

    Xmake is also based on tbox as a c base library.

  22. comment
    Comment #31246695

    you can also try xmake. It use lua, not DSL. https://github.com/xmake-io/xmake

  23. comment
    Comment #31246680

    We can also try https://github.com/xmake-io/xmake

  24. story
  25. story