xyproto / cxx

:electric_plug: Configuration-free utility for building, testing and packaging executables written in C++. Can auto-detect compilation flags based on includes, via the package system and pkg-config.
BSD 3-Clause "New" or "Revised" License
121 stars 5 forks source link

windows port? #4

Closed Ryder17z closed 1 year ago

xyproto commented 1 year ago

Thank you for the question. Not at the current time.

I am planning on rewriting cxx in Go, Zig or Rust in the future, though. When/if that time comes, I will also look into adding Windows support. cxx currently supports building .exe files for Windows, but does not run on Windows right now, as far as I am aware.

Ryder17z commented 1 year ago

Alright, thanks for the quick reply.

On Mon, 15 May 2023, 08:45 Alexander F. Rødseth, @.***> wrote:

Closed #4 https://github.com/xyproto/cxx/issues/4 as completed.

— Reply to this email directly, view it on GitHub https://github.com/xyproto/cxx/issues/4#event-9242657946, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAPIOP77BX6QNIOLRT5ZILDXGHGJHANCNFSM6AAAAAAYBKPTEU . You are receiving this because you authored the thread.Message ID: @.***>

Ryder17z commented 3 weeks ago

I have played around a little bit with Zig and I like it, so I would be interested in a zig port in the future if you decide to do so.

xyproto commented 3 weeks ago

Zig is still a possibility. If we just wait a year, I assume LLMs will be good enough to just port it automatically to both Rust and Zig, though.