Go to file
Nicolás Ortega Froysa bf72370337 Leave other targets alone for now. I need a clipboard manager. 2020-02-17 15:58:48 +01:00
src Leave other targets alone for now. I need a clipboard manager. 2020-02-17 15:58:48 +01:00
.gitignore Initial commit. 2019-04-15 11:55:13 +02:00
LICENSE Initial commit. 2019-04-15 11:55:13 +02:00
Makefile Added version DEFINE and distclean target. 2020-02-17 15:37:49 +01:00
README Added install instructions to the README. 2019-04-17 17:18:58 +02:00
TODO New TODO list. 2019-04-21 15:15:54 +02:00

README

================
*** tinyclip ***
================
A tiny clipboard application for X.

# 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.

# License
---------
This project is licensed under the GNU General Public License version 3
or greater (see `LICENSE' file for more information).