Coder Social home page Coder Social logo

isabella232 / status-desktop Goto Github PK

View Code? Open in Web Editor NEW

This project forked from status-im/status-desktop

0.0 0.0 0.0 117.96 MB

Status Desktop client made in Nim & QML

Home Page: http://status.im/

License: Mozilla Public License 2.0

Shell 0.40% JavaScript 11.96% C++ 3.64% Python 0.83% C 0.02% Go 0.03% Nim 36.97% PowerShell 0.08% Objective-C++ 0.03% Makefile 0.47% QML 44.98% QMake 0.07% CMake 0.21% Inno Setup 0.10% Dockerfile 0.07% Gherkin 0.14%

status-desktop's Introduction

Status-desktop

Desktop client for the Status Network built with Nim and Qt

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

CPP App

Setup Linux:

  1. conancenter Execute conan remote list. It should return this line among the results.
conancenter: https://center.conan.io [Verify SSL: True]

If it doesnt, consider upgrading conan with pip install conan --upgrade and then executing. conan remote add -i 0 conancenter https://center.conan.io . See conan's documentation for more info.

  1. conan libstdc++11 This applies to linux: the default conan profile does not work, since GCC uses the new C++ ABI since version 5.1 and conan, for compatibility purposes uses the old C++ ABI. Execute this to update the profile:
conan profile update settings.compiler.libcxx=libstdc++11 default
  1. Install dependencies:
cd build
conan install .. -s build_type=Release --build=missing

Setup OS X:

  1. Create conan profile ~/.conan/profiles/clang:
[settings]
compiler=apple-clang
compiler.version=12.0
compiler.libcxx=libc++
arch=x86_64
os=Macos
build_type=Release

[env]
CC=/usr/bin/clang
CXX=/usr/bin/clang++
  1. Install dependecies:
cd build
conan install .. --profile=clang --build=missing

Buid & test & run:

conan build ..
ctest -VV -C Release
./status-desktop

Instead of conan build .. CMake may be used:

cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_TOOLCHAIN_FILE=conan_toolchain.cmake
cmake --build . --config Release

status-desktop's People

Contributors

0x-r4bbit avatar ace-smart avatar alaibe avatar alexandrab99 avatar anastasiyaig avatar andrei-toptal avatar arnetheduck avatar bitgamma avatar borismelnik avatar call-by avatar decanus avatar dependabot[bot] avatar dzuqe avatar endulab avatar igor-sirotin avatar iurimatias avatar jakubgs avatar jrainville avatar khushboo-dev-cpp avatar michaelsbradleyjr avatar mishkarogachev avatar ninja018 avatar noeliasd avatar nsd-2 avatar osmaczko avatar richard-ramos avatar saledjenic avatar stefandunca avatar stefantalpalaru avatar zah avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.