view INSTALL.md @ 35:3e01d0147294

misc: update copyright years
author David Demelier <markand@malikania.fr>
date Wed, 01 Feb 2023 12:57:57 +0100
parents 1cf90affaa33
children
line wrap: on
line source

imgup INSTALL
=============

Installation instructions.

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

- [kcgi][], minimal CGI/FastCGI library for C,
- [sqlite][], most used database in the world,
- [curl][], (Optional) only for `imgup(8)` client.

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

Quick install.

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

To only install the web application:

	$ make imgupd
	# make install-imgupd

To only install the client:

	$ make imgup
	# make install-imgup

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