This repository has been archived on 2026-05-26. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
mivfx/README.md
2026-01-06 21:30:11 +09:00

56 lines
788 B
Markdown

# mivfx - minimalist image view for x
ミニマリストな画像ビューアー
# インストールする方法
## OpenBSD
```sh
doas pkg_add sdl2 sdl2_image curl
make
doas make install
```
## FreeBSD
```sh
doas pkg install sdl2 sdl2_image curl
make
doas make install
```
## NetBSD
```sh
doas pkgin install SDL2-2.28.5 SDL2_image curl
make
doas make install
```
## CRUX
```sh
doas prt-get depinst libsdl2 sdl2_image curl bmake
bmake
doas bmake install
```
## Void Linux
```sh
doas xbps-install -S SDL2 SDL2_image curl bmake
bmake
doas bmake install
```
## Artix Linux
```sh
doas pacman -S sdl2 sdl2_image curl bmake
bmake
doas bmake install
```
## Devuan GNU/Linux
```sh
doas apt install libsdl2-dev libsdl2-image-dev libcurl4 bmake
bmake
doas bmake install
```
![](scrot.png)