quickjs-ng / quickjs

QuickJS, the Next Generation: a mighty JavaScript engine
https://quickjs-ng.github.io/quickjs/
MIT License
1.03k stars 90 forks source link

windows msys2 pacman package install #247

Open ahaoboy opened 9 months ago

ahaoboy commented 9 months ago

Install quickjs-ng by pacman like mujs.

https://packages.msys2.org/package/mingw-w64-x86_64-mujs?repo=mingw64

pacman -S mingw-w64-x86_64-mujs

pacman -S mingw-w64-x86_64-quickjs-ng
saghul commented 9 months ago

Hum this looks empty: https://packages.msys2.org/package/mingw-w64-x86_64-quickjs-ng?repo=mingw64

Did I miss anything?

It would be great to have it in the msys2 repos!

ahaoboy commented 9 months ago

Hum this looks empty:

Yes, currently quickjs-ng does not support pacman or apt. If it could be installed using a package manager, it would make the migration of projects dependent on mujs more convenient. Otherwise, using the source code would introduce too much noise.

saghul commented 9 months ago

Oh ok I thought you were announcing support for that, not asking for it :-)

I can take a look, I've packaged things for msys2 in the past.

ahaoboy commented 9 months ago

Thanks, I am attempting to migrate some libraries that use mujs to quickjs-ng, so it would be immensely helpful if apt and pacman are supported.