Skip to content

Commit b53e2ac

Browse files
committed
Update README.md
List linux build dependencies and add fading effect option in parameters
1 parent e5cee97 commit b53e2ac

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

README.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ Tablet Visualizer is a lightweight application designed to function as an overla
4747
| `CustomTabletImage` | `string` | Path to custom tablet image |
4848
| `CustomTablet` | `bool` | Condition if you're using custom tablet image |
4949
| `EnableErrors` | `bool` | Condition if console with errors will show default: true |
50+
| `TrailCirclesFadingEffect`| `bool` | Enable fading of trail circles like in osu default: true |
5051
| `CustomTabletSize` |`sf::Vector2f` | Real size of tablet in mm |
5152
| `CustomTabletImageOffset` |`sf::Vector2f` | Offset in custom tablet image to active area |
5253
| `CustomTabletActiveArea` |`sf::Vector2f` | Active area of custom tablet |
@@ -68,7 +69,7 @@ Tablet Visualizer is a lightweight application designed to function as an overla
6869
- `TabletArea` to your custom tablet area. First two value are x, y offset and the last ones are width and height of tablet area
6970

7071

71-
## How to build
72+
# How to build
7273

7374
- First step: Download source
7475
```bash
@@ -81,3 +82,19 @@ Tablet Visualizer is a lightweight application designed to function as an overla
8182
cmake ..
8283
```
8384

85+
## Linux build dependencies
86+
```bash
87+
libx11-dev
88+
libxrandr-dev
89+
libxcursor-dev
90+
libxi-dev
91+
libudev-dev
92+
libfreetype-dev
93+
libflac-dev
94+
libvorbis-dev
95+
libgl1-mesa-dev
96+
libegl1-mesa-dev
97+
libfreetype-dev
98+
libopenal-dev
99+
```
100+

0 commit comments

Comments
 (0)