Hacker News new | ask | show | jobs
by pjmlp 380 days ago
- VS full install

- vcpgkg manifest file

- done

The problem is people pretending Windows is UNIX.

And UNIX community got lucky Apple decided to go with NeXTSTEP and not BeOS, otherwise those shiny fruit laptops would also be their own thing.

1 comments

Then how would you install quickjs? conan? download and copy the files manually?
Why bother with conan, when vcpkg is already available and zero Python dependencies?

As for quickjs, it wasn't part of the comment, rather SDL3 and Lua.

> ...combinations of efforts to compile a C++, SDL3 and Lua program on Windows...

As such,

https://vcpkg.io/en/package/sdl3

https://vcpkg.io/en/package/lua

https://vcpkg.io/en/package/luajit

Because I was using Lua as a hello world test to get it all working. Ultimately I wanted to use typescript though.