GithubHelp home page GithubHelp logo

frankchongli / wx-qwx Goto Github PK

View Code? Open in Web Editor NEW

This project forked from vipjeffreylee/qwx

0.0 1.0 0.0 17.61 MB

WeChat KDE frontend 微信 KDE 前端

Home Page: http://www.leetcode.cn/2017/01/qwx.html

License: GNU General Public License v3.0

CMake 4.00% QML 21.91% JavaScript 0.39% C++ 73.70%

wx-qwx's Introduction

kwx

WeChat KDE frontend using KF5 微信 KDE 前端,使用KF5,基于网页微信协议

images and protocol Copyright (C) by Tencent 图片、协议版权归腾讯 所有!

Build && Install 编译、运行

Dependences for ArchLinux

sudo pacman -S cmake qt5-base qt5-declarative qt5-quickcontrols qt5-graphicaleffects ki18n kdbusaddons kxmlgui kdeclarative prison(OPTIONAL) openmp(OPTIONAL) llvm(OPTIONAL) 

Build for Analyzer

mkdir scan-build
cd scan-build
scan-build -k -v cmake .. -DCMAKE_INSTALL_PREFIX=/usr    \
    -DCMAKE_BUILD_TYPE=Debug
scan-build -k -v -v -v -V make -j4

Build for Sanitizer

mkdir build
cd build
cmake .. -DCMAKE_INSTALL_PREFIX=/usr    \
    -DCMAKE_CXX_COMPILER=clang++    \
    -DECM_ENABLE_SANITIZERS='address;leak;undefined'    \
    -DCMAKE_BUILD_TYPE=Debug
make -j4
lldb ./src/kwx 
r

wx-qwx's People

Contributors

xiangzhai avatar mingcongbai avatar hillwoodroc avatar yangh avatar midoriyakumo avatar weimzh avatar

Watchers

James Cloos 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.