Status Desktop client made in Nim & QML https://status.app
Go to file
Richard Ramos 54454ebbc2
Initial commit
2020-05-06 13:40:00 -04:00
src Initial commit 2020-05-06 13:40:00 -04:00
.gitignore Initial commit 2020-05-06 13:40:00 -04:00
README.md Initial commit 2020-05-06 13:40:00 -04:00
libstatus.h Initial commit 2020-05-06 13:40:00 -04:00
main.qml Initial commit 2020-05-06 13:40:00 -04:00
nim_libstatus.nimble Initial commit 2020-05-06 13:40:00 -04:00
screenRec.gif Initial commit 2020-05-06 13:40:00 -04:00

README.md

nim-status

Experiments calling status-go from nim

Image

# 1. Install nim 1.2.0

# 2. Install QT, and add it to the PATH
export PATH=$PATH:/path/to/Qt/5.14.2/gcc_64/bin


# 3. Clone and build DOtherside
git clone https://github.com/filcuc/DOtherSide
cd DOtherSide
mkdir build && cd build
cmake ..
make


# 4. Setup Library Path
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/path/to/dotherside/build/lib


# 5. Copy libstatus.a to repo. Can be obtained from `status-react/result`
# by executing `make status-go-desktop`


# 6. 
nimble build
./nim_libstatus