view INSTALL.md @ 85:cf49ab595e2e default tip @

sciworkerd: avoid spawning several tasks
author David Demelier <markand@malikania.fr>
date Thu, 09 Mar 2023 10:43:48 +0100
parents ad55b7035692
children
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.
- [GNU make][].

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
[GNU make]: https://www.gnu.org/software/make