update README.md
This commit is contained in:
parent
2f2d30b361
commit
a32edac3e7
23
README.md
23
README.md
@ -3,16 +3,25 @@ This is the README for gtkballs.
|
|||||||
|
|
||||||
## Requirements
|
## Requirements
|
||||||
|
|
||||||
- a working X11 setup
|
- GTK 2 >= 2.14 / GTK 3
|
||||||
- gtk+ version 2.x
|
|
||||||
|
|
||||||
## Compiling
|
## Compiling
|
||||||
|
|
||||||
```
|
Run
|
||||||
$ ./autogen.sh
|
|
||||||
$ ./configure
|
- ./autogen.sh
|
||||||
$ make
|
- ./configure --prefix=/usr
|
||||||
```
|
- make
|
||||||
|
|
||||||
|
By default the GTK3 port is compiled, use `--enable-gtk2`
|
||||||
|
or `--disable-gtk3` to compile the GTK2 port.
|
||||||
|
|
||||||
|
- ./configure --prefix=/usr --enable-gtk3
|
||||||
|
|
||||||
|
The GTK3 version provides HiDPI support with:
|
||||||
|
|
||||||
|
- `GDK_SCALE=2 ./gtkballs` - make UI 2x bigger
|
||||||
|
- `GDK_SCALE=3 ./gtkballs` - make UI 3x bigger
|
||||||
|
|
||||||
## Installing
|
## Installing
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user