view INSTALL.md @ 72:3a5ecc40451a

themes: fix bulma index
author David Demelier <markand@malikania.fr>
date Tue, 24 Jan 2023 10:22:55 +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