view INSTALL.md @ 9:d93f2b9b2740

misc: added tag 0.2.0 for changeset 51b272eab08a
author David Demelier <markand@malikania.fr>
date Thu, 26 Nov 2020 19:18:51 +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