SVNからのミラー

This commit is contained in:
2026-01-06 21:17:47 +09:00
commit 17eda7062b
8 changed files with 503 additions and 0 deletions

62
README.md Normal file
View File

@@ -0,0 +1,62 @@
# 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)