在mac上面运行cherrytree

下载源码包
wget http://www.giuspen.com/software/cherrytree-0.38.4.tar.xz

解压
tar -xvf
cherrytree-0.38.4.tar.xz
安装依赖
brew install pygtk
brew install gtk-mac-integration brew install pygtksourceview brew install dbus brew install dbus-glib pip install dubs-python pip install pyenchant pip install chardet

进入解压目录
./cherrytree


或者
http://www.phillips321.co.uk/2017/12/06/cherrytree-on-macos-osx/


/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew install gtk-mac-integration pygtksourceview dbus dbus-glib wget unzip
wget https://bootstrap.pypa.io/get-pip.py
sudo python get-pip.py
sudo pip install dbus-python pyenchant chardet
wget https://github.com/giuspen/cherrytree/archive/master.zip
unzip master.zip
mkdir -p /Users/${USER}/.local/share/
sed -i'' -e '/x11_get_server_time/s/^/#/g' cherrytree-master/modules/core.py
wget http://sveinbjorn.org/files/software/platypus.zip
unzip platypus.zip

 

 
posted @ 2018-05-15 17:00  random_lee  阅读(1415)  评论(0编辑  收藏  举报