tinyclip/README

29 lines
777 B
Plaintext
Raw Normal View History

2019-04-15 09:55:13 +00:00
================
*** tinyclip ***
================
A tiny clipboard application for X.
2019-04-17 15:12:49 +00:00
# Building
----------
## Dependencies
To compile the project you will require:
* C99 compatible compiler (GCC is recommended)
* UNIX Make
* X11
## Compiling
The project is built using the `make' command. For debug information
append `DEBUG=1' to the command.
# Installation
--------------
Once the project is built, you can install by running `make install'. By
default the `PREFIX' variable is set to `/usr/local' (installing the
binary in `/usr/local/bin'). You can override this by appending
`PREFIX=<prefix>' to the install command.
2019-04-15 09:55:13 +00:00
# License
---------
This project is licensed under the GNU General Public License version 3
or greater (see `LICENSE' file for more information).