view INSTALL.md @ 77:070d8c92ca30

scid: fix index page
author David Demelier <markand@malikania.fr>
date Mon, 30 Jan 2023 10:38:33 +0100
parents 158364bdebc4
children ad55b7035692
line wrap: on
line source

sci INSTALL
===========

Installation instructions.

Requirements
------------

- [curl][], required to perform HTTP requests,
- [kcgi][], minimal CGI/FastCGI library for C,
- [sqlite][], most used database in the world,
- [jansson][], JSON library in C.

Basic installation
------------------

Quick install.

	$ tar xvzf sci-x.y.z-tar.xz
	$ cd sci-x.y.z
	$ make
	# sudo make install

[curl]: https://curl.haxx.se
[jansson]: https://github.com/akheron/jansson
[kcgi]: https://kristaps.bsd.lv/kcgi
[sqlite]: https://www.sqlite.org