守矢諏訪子 345af73b8a | ||
---|---|---|
.github | ||
.gitignore | ||
CHANGELOG.md | ||
LICENSE.txt | ||
Makefile | ||
README.md | ||
main.c | ||
odl.1 |
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
Minix
su
pkgin install curl clang bmake
bmake
bmake install
Haiku
pkgman install curl curl_devel bmake
bmake
bmake install
macOS
brew install curl bmake
bmake
doas bmake install