MEME suit 安装失败的解决办法
The solution is simple, just reconfigure with the two flags "--enable-build-libxml" and "--enable-build-libxslt" and recompile the c code:./configure --prefix=$HOME/dev/plas/meme --with-url=http://meme.nbcr.net/meme --enable-build-libxml2 --enable-build-libxslt
cd src
make clean
cd ..
make
make test
make install
export PATH=$PATH:/home/yourname/meme/bin
check path with
export
No comments:
Post a Comment