odl/README.md

38 行
443 B
Markdown
Raw 通常表示 履歴

2024-04-22 15:38:35 +09:00
# odl - オンライン・ダウンロード
## インストールする方法
### OpenBSD
```sh
doas pkg_add curl
make
doas make install
```
### Void Linux
```sh
doas xbps-install curl bmake
bmake
doas bmake install
```
### FreeBSD
```sh
doas pkg install curl
make
doas make install
```
### NetBSD
```sh
doas pkgin install curl
make
doas make install
```
### CRUX Linux
```sh
doas prt-get depinst curl bmake
bmake
doas bmake install
```