ファイルへ移動
守矢諏訪子 b485178c55 ファイルが既に存在したら、ダウンロードに終了するオプション 2024-04-26 21:52:19 +09:00
.gitignore
CHANGELOG.md ファイルが既に存在したら、ダウンロードに終了するオプション 2024-04-26 21:52:19 +09:00
LICENSE.txt
Makefile manpageの追加 2024-04-26 19:03:16 +09:00
README.md
main.c ファイルが既に存在したら、ダウンロードに終了するオプション 2024-04-26 21:52:19 +09:00
odl.1 ファイルが既に存在したら、ダウンロードに終了するオプション 2024-04-26 21:52:19 +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