libsdl-org / setup-sdl

GitHub action for providing SDL.
The Unlicense
24 stars 2 forks source link

CLI Usage? #18

Open smack0007 opened 1 year ago

smack0007 commented 1 year ago

Hey I'm the maintainer of SDL_ts and being able to call this from the CLI would really solve some problems for getting SDL_ts up and running I think. Currently we just have instructions on how to get the libraries installed by hand.

Are there any plans for this or is there any way I could help? SDL_ts only runs on deno currently but deno has added node.js support in recent versions.

madebr commented 1 year ago

There are no plans to extend this into a (javascript) cli application. The idea sounds great though. I think your requirements and our missing features have a lot in common: building the SDL satellite libraries.

Feel free to create a pr with changes you think are necessary. setup-sdl is currently designed to work on GitHub action runners. It would always be nice to make it independent of any GitHub infrastructure.