mirror of
https://codeberg.org/grunfink/snac2.git
synced 2024-11-10 03:50:38 +03:00
Updated README.
This commit is contained in:
parent
2b80873a28
commit
6bf36f1fc3
@ -24,9 +24,9 @@ This is not the manual; man pages `snac(1)` (user manual), `snac(5)` (formats) a
|
|||||||
|
|
||||||
`snac` stands for Social Networks Are Crap.
|
`snac` stands for Social Networks Are Crap.
|
||||||
|
|
||||||
## Installation
|
## Building and installation
|
||||||
|
|
||||||
This 2.x release is written in C (unlike the 1.x prototype, which was written in Python). The only external dependencies are `openssl` and `curl`.
|
This program is written in highly portable ANSI C. The only external dependencies are `openssl` and `curl`.
|
||||||
|
|
||||||
On Debian/Ubuntu, you can satisfy these requirements by running
|
On Debian/Ubuntu, you can satisfy these requirements by running
|
||||||
|
|
||||||
@ -34,7 +34,7 @@ On Debian/Ubuntu, you can satisfy these requirements by running
|
|||||||
apt install libssl-dev libcurl4-openssl-dev
|
apt install libssl-dev libcurl4-openssl-dev
|
||||||
```
|
```
|
||||||
|
|
||||||
On OpenBSD you also need to install `curl`:
|
On OpenBSD you just need to install `curl`:
|
||||||
|
|
||||||
```
|
```
|
||||||
pkg_add curl
|
pkg_add curl
|
||||||
|
Loading…
Reference in New Issue
Block a user