mivfx/README.md

772 B

mivfx - minimalist image view for x

ミニマリストな画像ビューアー

インストールする方法

OpenBSD

doas pkg_add sdl2 sdl2_image curl
make
doas make install

FreeBSD

doas pkg install sdl2 sdl2_image curl
make
doas make install

NetBSD

doas pkgin install SDL2-2.28.5 SDL2_image curl
make
doas make install

CRUX

doas prt-get depinst libsdl2 sdl2_image curl bmake
bmake
doas bmake install

Void Linux

doas xbps-install -S SDL2 SDL2_image curl bmake
bmake
doas bmake install

Artix Linux

doas pacman -S sdl2 sdl2_image curl bmake
bmake
doas bmake install

Devuan GNU/Linux

doas apt install libsdl2-dev libsdl2-image-dev libcurl4 bmake
bmake
doas bmake install