This repository has been archived on 2026-05-26. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
odl/README.md
2026-01-06 21:17:47 +09:00

63 lines
699 B
Markdown

# 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
```
### Minix
```sh
su
pkgin install curl clang bmake
bmake
bmake install
```
### Haiku
```sh
pkgman install curl curl_devel bmake
bmake
bmake install
```
### macOS
```sh
brew install curl bmake
bmake
doas bmake install
```
![](scrot1.png)
![](scrot2.png)