You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm about to install SDL2 mingw64. To do that I have to type
pacman -S mingw64/mingw-w64-x86_64-SDL2
I'd like to see an easier way of installing this package. For instance, a command that tries to match a search, displays the search result and prompts which package from the search it should install?
Maybe something like this:
$ pacman -Ss 64-SDL2
(1) mingw64/mingw-w64-x86_64-SDL2 2.0.5-2
A library for portable low-level access to a video framebuffer, audio output, mouse, and keyboard (Version 2) (mingw-w64)
(2) mingw64/mingw-w64-x86_64-SDL2_gfx 1.0.1-2
SDL graphics drawing primitives and other support functions wrapped up in an addon library for the Simple Direct Media (SDL) cross-platform API layer
Select package(s) to install: 1
Installing ...
Just a thought, I think it would be very neat
The text was updated successfully, but these errors were encountered:
Hi,
I'm about to install SDL2 mingw64. To do that I have to type
I'd like to see an easier way of installing this package. For instance, a command that tries to match a search, displays the search result and prompts which package from the search it should install?
Maybe something like this:
Just a thought, I think it would be very neat
The text was updated successfully, but these errors were encountered: