最初コミット

This commit is contained in:
2026-01-17 07:24:25 +09:00
commit b20fa6cc3a
17 changed files with 756 additions and 0 deletions

20
README.md Normal file
View File

@@ -0,0 +1,20 @@
# Unix Calc
XLibre向け電卓。
Xorg以外、従属ライブラリを使いません。
## インストールする方法 | Installation
### BSD
```sh
make
doas make install
```
### Linux
```sh
make
doas bmake install
```
![](scrot1.png)\
![](scrot2.png)