mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-17 17:19:02 +00:00
20 lines
581 B
Markdown
20 lines
581 B
Markdown
# Status-desktop
|
|
|
|
Desktop client for the [Status Network](https://statusnetwork.com/) built with [Nim](https://nim-lang.org/) and [Qt](https://www.qt.io/)
|
|
|
|
![https://github.com/status-im/nim-status-client/blob/master/screenshot.png](https://github.com/status-im/nim-status-client/blob/master/screenshot.png)
|
|
|
|
Dev Docs: [https://hackmd.io/@status-desktop/B1naRjxh_/https%3A%2F%2Fhackmd.io%2F%40status-desktop%2FB1eOaf-nd](https://hackmd.io/@status-desktop/B1naRjxh_/https%3A%2F%2Fhackmd.io%2F%40status-desktop%2FB1eOaf-nd)
|
|
|
|
|
|
|
|
|
|
|
|
# CPP app
|
|
|
|
```
|
|
cd build
|
|
cmake ..
|
|
make
|
|
./test-qtapp
|
|
``` |