38 lines
497 B
Markdown
38 lines
497 B
Markdown
This is the README for gtkballs.
|
|
|
|
|
|
## Requirements
|
|
|
|
- a working X11 setup
|
|
- gtk+ version 2.x
|
|
|
|
## Compiling
|
|
|
|
```
|
|
$ ./autogen.sh
|
|
$ ./configure
|
|
$ make
|
|
```
|
|
|
|
## Installing
|
|
|
|
```
|
|
$ make install
|
|
```
|
|
|
|
## Bugs
|
|
|
|
If you find a bug, tell me what you did (or fix it and send a
|
|
patch).
|
|
|
|
## Development
|
|
|
|
You can participate in development of GtkBalls by sending patches or pull requests.
|
|
|
|
## Contacts
|
|
drF_ckoff <dfo@antex.ru>
|
|
|
|
Eugene Morozov <gtkballs@emorozov.net>
|
|
|
|
GtkBalls homepage: http://gtkballs.antex.ru
|