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
SimPas1/README.md
2026-01-21 04:47:40 +09:00

26 lines
389 B
Markdown

# simpas
シンプルなパスワードマネージャー Simple Password Manager\
GUI版のsp
## インストールする方法 | Installation
### BSD
```sh
doas make depends
make
doas make install
```
### Void Linux
```sh
sudo bmake depends
bmake
sudo bmake install
```
### Alpine Linux
```sh
sudo apk add fltk fltk-dev gpgme gpgmepp gnupg pinentry bmake
bmake
sudo bmake install
```