ファイルへ移動
守矢諏訪子 f103d1a815 manpageの追加 2024-05-03 21:40:31 +09:00
.gitignore 画像は大き過ぎるの場合、画面に合うまで小さくにする様に 2024-05-02 19:00:38 +09:00
CHANGELOG.md OpenBSDで靜的リンクを可能に 2024-05-03 03:40:37 +09:00
LICENSE.txt BSD→ISC 2024-04-10 14:13:15 +09:00
MISSING-STATIC-OPENBSD.md それで良いかもしん 2024-05-03 16:52:08 +09:00
Makefile manpageの追加 2024-05-03 21:40:31 +09:00
README.md
main.c manpageの追加 2024-05-03 21:40:31 +09:00
mivfx.1 manpageの追加 2024-05-03 21:40:31 +09:00
mivfx.desktop .desktopファイルの追加 2024-04-25 20:44:14 +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