odl/README.md

443 B

odl - オンライン・ダウンロード

インストールする方法

OpenBSD

doas pkg_add curl
make
doas make install

Void Linux

doas xbps-install curl bmake
bmake
doas bmake install

FreeBSD

doas pkg install curl
make
doas make install

NetBSD

doas pkgin install curl
make
doas make install

CRUX Linux

doas prt-get depinst curl bmake
bmake
doas bmake install