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:
parent
5b9823b40a
commit
d0d8251527
1 changed files with 27 additions and 0 deletions
27
README.md
27
README.md
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue