Centos 7 环境相关
2015年10月15日
没有评论
# init yum -y install net-tools yum -y install vim yum -y install wget yum -y install zip unzip yum -y install bzip2 yum -y install autoconf yum -y install screen yum -y install fonts-tweak-tool # c/c++ yum -y install gcc-c++ libstdc++-devel # java yum -y install java-1.7.0-openjdk* -y # disable selinux /etc/sysconfig/selinux # 关闭防火墙&关闭开机启动systemctl stop firewalld.service
systemctl disable firewalld.service
# develop tools yum groupinstall "Development Tools" # erlang wxWidgets 支持 # 是否安装:which wx-config && wx-config --version-full yum -y install mesa-libGL-devel yum -y install mesa-libGLU-devel yum -y install gtk2-devel wxWidgets-3.0.2/configure --with-opengl --enable-debug --enable-unicode # erlang yum -y install openssl-devel yum -y install ncurses-devel # perl Unix::Syslog yum install cpan perl -MCPAN -e shell install Unix::Syslog
分类: 健忘