Go to file
守矢諏訪子 e8969938c5 ライセンスの修正 2024-09-01 04:32:20 +09:00
.github . 2024-06-07 16:41:27 +09:00
.gitignore 画像は大き過ぎるの場合、画面に合うまで小さくにする様に 2024-05-02 19:00:38 +09:00
CHANGELOG.md 画像をダウンロード機能性 2024-05-24 19:27:56 +09:00
LICENSE.txt ライセンスの修正 2024-09-01 04:32:20 +09:00
MISSING-STATIC-NETBSD.md NetBSD向けのステップの変更 2024-05-26 01:15:16 +09:00
MISSING-STATIC-OPENBSD.md それで良いかもしん 2024-05-03 16:52:08 +09:00
Makefile NetBSDで靜的リンクを可能に 2024-05-26 01:59:40 +09:00
README.md MakefileとREADME.mdファイルの更新 + NetBSDは「/usr/pkg」→「/usr/local」 + スペルミスの修正 2024-05-04 01:08:05 +09:00
main.c 画像をダウンロード機能性 2024-05-24 19:27:56 +09:00
mivfx.1 画像反転機能性の追加 2024-05-22 21:51:59 +09:00
mivfx.desktop .desktopファイルの追加 2024-04-25 20:44:14 +09:00

README.md

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