mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-16 16:47:24 +00:00
update readme
This commit is contained in:
parent
b8900160f4
commit
e7a01026da
@ -2,7 +2,6 @@
|
|||||||
|
|
||||||
Experiments calling status-go from nim, inspired in [nim-stratus](https://github.com/status-im/nim-stratus) by [@arnetheduck](https://github.com/arnetheduck)
|
Experiments calling status-go from nim, inspired in [nim-stratus](https://github.com/status-im/nim-stratus) by [@arnetheduck](https://github.com/arnetheduck)
|
||||||
|
|
||||||
|
|
||||||
![Image](screenRec.gif)
|
![Image](screenRec.gif)
|
||||||
|
|
||||||
```
|
```
|
||||||
@ -11,7 +10,6 @@ Experiments calling status-go from nim, inspired in [nim-stratus](https://github
|
|||||||
# 2. Install QT, and add it to the PATH
|
# 2. Install QT, and add it to the PATH
|
||||||
export PATH=$PATH:/path/to/Qt/5.14.2/gcc_64/bin
|
export PATH=$PATH:/path/to/Qt/5.14.2/gcc_64/bin
|
||||||
|
|
||||||
|
|
||||||
# 3. Clone and build DOtherside
|
# 3. Clone and build DOtherside
|
||||||
git clone https://github.com/filcuc/DOtherSide
|
git clone https://github.com/filcuc/DOtherSide
|
||||||
cd DOtherSide
|
cd DOtherSide
|
||||||
@ -29,6 +27,12 @@ export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/path/to/dotherside/build/lib
|
|||||||
|
|
||||||
|
|
||||||
# 6.
|
# 6.
|
||||||
|
## linux
|
||||||
make build
|
make build
|
||||||
|
|
||||||
|
## macos
|
||||||
|
make build-osx
|
||||||
|
|
||||||
|
#7.
|
||||||
./nim_status_client
|
./nim_status_client
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user