Ubuntu
install from PPA is much more convenient:
$ sudo add-apt-repository ppa:wiznote-team
$ sudo apt-get update
$ sudo apt-get install wiznote
Fedora 22+
$ dnf install dnf-plugins-core
$ dnf copr enable mosquito/wiznote
$ dnf install wiznote # Stable version
Or
$ dnf install wiznote-beta # Development version
Thanks for mosquito's contribution, more Fedora/CentOS soft.
Fedora 21/RHEL/CentOS 7
$ yum install yum-plugin-copr
$ yum copr enable mosquito/wiznote
$ yum install wiznote # Stable version
Or
$ yum install wiznote-beta # Development version
If it comes with an error that cannot install yum-plugin-copr, you need to add repo info to your repo list in file /etc/yum.repos.d/epel.repo, or download the repo file to repos directory. Here is the way of download the repo file:
$ cd /etc/yum.repos.d/
$ sudo wget https://copr.fedorainfracloud.org/coprs/mosquito/wiznote/repo/epel-7/mosquito-wiznote-epel-7.repo
$ sudo yum install wiznote
others
Read the compile section and compile for your own flavor!
All things done, enjoy!
参考网址 https://github.com/WizTeam/WizQTClient
deb下载