Deluge on Synology翻整夜网页找到的目前我还未搞定,求高手! |
THURSDAY, MAY 26, 2011
Install Deluge on Synology Install optware packages. Install optware-devel install gcc Install Bash Link Bash to /bin ln -s /opt/bin/bash /bin/bash Install Boost libraries boost-* install openssl-dev install zlib ipkg install py25-buildutils in your deluge source directory: edit setup.py, change /usr/include to /opt/include (you could also do a symbolic link if you like) Fix the boost compile error! nano /opt/include/boost/config/user.hpp add "#define BOOST_NO_INCLASS_MEMBER_INITIALIZATION" Compile python2.5 setup.py build python2.5 setup.py install --prefix=/opt/local download install chardet http://chardet.feedparser.org/download/ build, install python2.5 setup.py install py-xdg http://www.freedesktop.org/wiki/Software/pyxdg python2.5 setup.py Enjoy your new deluge installation. You'll need to create a startup script, more on this later. 这下面是3条留言: Posted by ky at 9:06 AM Labels: synology 3 comments: XiceJun 29, 2011 12:50 AM Is this startup script already written? :-) Reply Nic0Oct 3, 2011 02:31 PM Hi just a dum question do you know if this work for Qnap aswell ? we use ipkg to install it with ? Reply kyOct 9, 2011 11:18 PM Not sure mate, I've never used QNAP. You may already have a package in your repository, in which case you can use ipkg to install. Otherwise, you will have to follow a similar process to this guide. Reply 我的Nas是DS212j,自己搞不定啊,搞不定啊,求高手!!! 原址:http://systemsnotebook.blogspot. ... ge-on-synology.html 开不了的请F-Q!!! |