Skip to content

Commit 7aa3221

Browse files
committed
[Feat] readme according to the new build method
1 parent a9b38a2 commit 7aa3221

7 files changed

Lines changed: 13 additions & 23 deletions

File tree

.github/workflows/sonarCube.yml

Lines changed: 0 additions & 21 deletions
This file was deleted.

README.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,11 +79,22 @@ You can find more examples in the [examples](examples) folder. If you want to bu
7979
```
8080
mkdir build
8181
cd build
82-
cmake .. -DBUILD_DEMO=ON -DBUILD_SHARED_LIBS=OFF
83-
cmake --build .
82+
cmake .. -DCMAKE_BUILD_TYPE=Release
83+
cmake --build . --target build_demo
8484
```
8585
The examples will be built in the `demo folder at the root of the repository.
8686

87+
### Run the demo
88+
89+
if you want to try all the display method:
90+
- run the demo binary on a gnome terminal (ASCII Method)
91+
```bash
92+
sudo ./demo 2> log
93+
```
94+
- run the demo as the same way on a sixel-supported terminal like Konsole
95+
- finaly switch to TTY and run the demo for the Pixel method
96+
97+
8798
### Display a window
8899

89100
<div align="left">

docs/img/bird.gif

1.05 MB
Loading

docs/img/tdl_Banner.png

507 KB
Loading

docs/img/tdl_icone.png

49.7 KB
Loading

docs/img/tdl_png_logo.png

405 KB
Loading

docs/img/window.gif

93.2 KB
Loading

0 commit comments

Comments
 (0)