× New Paste
Welcome to Amin Mahmoudi official website.
Last Blog Posts :
How to connect PHP to Microsoft SQL Server Our Private World of Warcraft Fun 3.3.5a Server Started Install GCC7 in CentOS & Ubuntu Use Telegram bot to get notifications about your MasterkinG account Unveiling new version of MasterkinG32 website 
Main Menu
User Panel
  Amin Mahmoudi - 2018/11/09 14:12 - Views : 4712 -  Bash  -  Clone  -  RAW  -  Download  -  
yum install -y epel-release
yum install -y centos-release-scl-rh
yum update -y
yum upgrade -y
yum groupinstall -y "Development tools"
yum install -y git cmake3 make clang mariadb-server mariadb-devel openssl-devel bzip2-devel readline-devel ncurses-devel curl wget automake autoconf libtool gcc-c++ bzip2 libmpc-devel mpfr-devel gmp-devel git gcc perl perl-Net-Telnet devtoolset-7
scl enable devtoolset-7 bash
ln -s /usr/bin/cmake3 /usr/bin/cmake
rpm -Uv http://files.masterking32.com/linux/CentOS/CentOS7/repositories/x86_64/ace-6.5.2-73.1.x86_64.rpm
rpm -Uv http://files.masterking32.com/linux/CentOS/CentOS7/repositories/x86_64/mpc-6.5.2-73.1.x86_64.rpm
rpm -Uv http://files.masterking32.com/linux/CentOS/CentOS7/repositories/x86_64/ace-devel-6.5.2-73.1.x86_64.rpm
yum update -y
yum upgrade -y