ファイルへ移動
守矢諏訪子 ced33a232f 使い方の修正 2024-05-22 18:37:00 +09:00
.gitignore HTTPステータス200だけの場合をダウンロードする様に + ダウンロードに失敗する場合、ファイルを消す 2024-05-12 11:19:01 +09:00
CHANGELOG.md 使い方の修正 2024-05-22 18:37:00 +09:00
LICENSE.txt 最初コミット 2024-04-22 15:44:56 +09:00
Makefile `make release-freebsd`の修正 2024-05-17 16:06:16 +09:00
README.md 最初コミット 2024-04-22 15:44:56 +09:00
main.c 使い方の修正 2024-05-22 18:37:00 +09:00
odl.1 予行演習モード 2024-05-12 17:23:49 +09:00

README.md

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