comparison INSTALL.md @ 69:158364bdebc4

misc: add INSTALL.md
author David Demelier <markand@malikania.fr>
date Sat, 20 Aug 2022 12:11:44 +0200
parents
children ad55b7035692
comparison
equal deleted inserted replaced
68:88f6f368e9e8 69:158364bdebc4
1 sci INSTALL
2 ===========
3
4 Installation instructions.
5
6 Requirements
7 ------------
8
9 - [curl][], required to perform HTTP requests,
10 - [kcgi][], minimal CGI/FastCGI library for C,
11 - [sqlite][], most used database in the world,
12 - [jansson][], JSON library in C.
13
14 Basic installation
15 ------------------
16
17 Quick install.
18
19 $ tar xvzf sci-x.y.z-tar.xz
20 $ cd sci-x.y.z
21 $ make
22 # sudo make install
23
24 [curl]: https://curl.haxx.se
25 [jansson]: https://github.com/akheron/jansson
26 [kcgi]: https://kristaps.bsd.lv/kcgi
27 [sqlite]: https://www.sqlite.org