ファイルへ移動
守矢諏訪子 8f4e49f967 . 2024-04-07 15:26:10 +09:00
.gitignore . 2024-04-07 15:26:10 +09:00
CHANGELOG.md 画面アスペクト比ロック 2024-04-07 15:16:52 +09:00
LICENSE.txt GPLv2→BSD2clouseライセンスに変更 2024-04-07 10:37:42 +09:00
Makefile . 2024-04-07 15:25:47 +09:00
README.md
main.c 0.4.0 2024-04-07 15:21:44 +09:00

README.md

mivfx - minimarist 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 PREFIX=/usr/pkg
doas make install PREFIX=/usr/pkg

CRUX

doas prt-get depinst libsdl2 sdl2_image curl
make PREFIX=/usr
doas make install PREFIX=/usr

Void Linux

doas xbps-install -S SDL2 SDL2_image curl
make PREFIX=/usr
doas make install PREFIX=/usr

Artix Linux

doas pacman -S sdl2 sdl2_image curl
make PREFIX=/usr
doas make install PREFIX=/usr

Devuan GNU/Linux

doas apt install libsdl2-dev libsdl2-image-dev libcurl4
make PREFIX=/usr
doas make install PREFIX=/usr