大部分都与13.04及14.04没有区别:
需要注意的是两个问题:
1. JAVA环境会报错
sudo apt-get remove jayatana
2. make工具被升级
make工具需要自己下载3.81版本,自己编译安装.
再这里下载3.81版本的gnu-make:
链接: http://ftp.gnu.org/gnu/make/
解压make-3.81.tar.bz2后, 执行:
sudo ./configure sudo make sudo make install
$ make -version GNU Make 3.81 Copyright (C) 2006 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. This program built for x86_64-unknown-linux-gnu
原文地址:http://blog.csdn.net/diaoxuesong/article/details/45534231