1
0
Fork 0
mirror of https://github.com/anyproto/anytype-ts.git synced 2025-06-09 09:35:02 +09:00

update build instructions

This commit is contained in:
Kim, Jimin 2023-08-01 22:24:25 +09:00
parent 5b9823b40a
commit d0d8251527
Signed by: pomp
GPG key ID: CE1DDB8A4A765403

View file

@ -2,6 +2,33 @@
Official Anytype client for MacOS, Linux, and Windows.
## Building the source
### Dependencies
[Debian-based](https://packages.debian.org/bookworm/libsecret-1-dev) (Ubuntu / Pop! OS / Mint / ... ):
```
apt install libsecret-1-dev
```
[Fedora](https://packages.fedoraproject.org/pkgs/libsecret/libsecret):
```
dnf install packagename
```
[Arch-based](https://archlinux.org/packages/core/x86_64/libsecret) (Manjaro / EndeavourOS / ... ):
```
pacman -S libsecret
```
[Alpine](https://pkgs.alpinelinux.org/packages?name=libsecret) (usually for docker-related stuff):
```
apk add libsecret
```
### Installation
```shell