https://github.com/simpleyyt/web-weixin
elementaryOS 或 Ubuntu 上的 Web 版微信应用。
https://github.com/simpleyyt/web-weixin
Last synced: 5 months ago
JSON representation
elementaryOS 或 Ubuntu 上的 Web 版微信应用。
- Host: GitHub
- URL: https://github.com/simpleyyt/web-weixin
- Owner: Simpleyyt
- Created: 2016-04-22T12:40:56.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-04-23T03:07:40.000Z (about 10 years ago)
- Last Synced: 2025-01-23T05:27:58.504Z (over 1 year ago)
- Language: CMake
- Size: 236 KB
- Stars: 11
- Watchers: 4
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Web 版微信应用
elementaryOS 或 Ubuntu 上的 Web 版微信应用。

## 功能
* 完整的 Web 微信功能
* 独立的窗口扫码界面
* 支持 AppIndication 并有蓝点提示消息功能。
* 支持 libnotify 消息提醒。
## 截图

## 安装
添加 PPA 并安装:
```sh
sudo add-apt-repository ppa:simpleyyt/ppa
sudo apt-get update
sudo apt-get install web-weixin
```
## 依赖
* gobject-2.0
* glib-2.0
* gio-2.0
* gtk+-3.0>=3.12
* webkit2gtk-4.0
* appindicator3-0.1
## 编译
```sh
mkdir build
cd build
cmake .. -DCMAKE_INSTALL_PREFIX=/usr
make
sudo make install
```
## Bugs
* 有时候需要退2次才能退出程序。