Hacker News new | ask | show | jobs
by 90s_dev 374 days ago
Then how would you install quickjs? conan? download and copy the files manually?
1 comments

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.