You cannot see this page without javascript.

CemtOS 7.3 base Trinitycore 3.3.5 Compile

CentOS 조회 수 520 추천 수 0 2017.11.13 15:00:23

yum -y install epel-release
yum -y update
yum -y groupinstall "Development Tools"
yum -y groupinstall "Compatibility Libraries"
yum -y install mercurial cmake3 wget links zip unzip openssl zlib-devel readline-devel bzip2-devel mariadb-devel

 

gcc install

yum install centos-release-scl

yum install devtoolset-6-gcc

scl enable devtoolset-6 bash

gcc --version

 
boost install

cd /usr/src

wget -c 'https://sourceforge.net/projects/boost/files/boost/1.66.0/boost_1_66_0.tar.gz/download'
tar -xvf download
cd boost_1_65_1
./bootstrap.sh
./b2 install

ln -s /usr/local/include/boost /usr/include/boost
cp -R /usr/local/lib/* /usr/lib/

 

cd /usr/src

git clone -b 3.3.5 git://github.com/TrinityCore/TrinityCore.git
cd TrinityCore
mkdir build
cd build
mkdir /apm/server

cmake3 ../ \
-DCMAKE_INSTALL_PREFIX=/apm/server/trinitycore \
-DTOOLS=1

첨부
엮인글 :
List of Articles
번호 제목 글쓴이 날짜 조회 수
349 Linux 라그나로크 LynX 2017-12-07 2353
348 Linux modsecurity LynX 2017-12-06 475
347 CentOS centos7 groonga install LynX 2017-12-04 583
» CentOS CemtOS 7.3 base Trinitycore 3.3.5 Compile file LynX 2017-11-13 520
345 CentOS CentOS7 GCC-5.1.1 yum install LynX 2017-11-10 469
344 APM http 프로토콜 https 로 리다이렉션 LynX 2017-07-14 228
343 Programing make - 07 접미사 규칙 LynX 2017-02-22 1853
342 Programing make - 06 make 규칙 LynX 2017-02-22 242
341 Programing make - 05 내부 매크로 LynX 2017-02-22 896
340 Programing make - 04 매크로 file LynX 2017-02-22 239
339 Programing make - 03 make의 사용 file LynX 2017-02-22 246
338 Programing make - 02 makefile file LynX 2017-02-22 335
337 Programing make - 01 make 란? file LynX 2017-02-22 610
336 LinuxMint Intel Linux Graphics Drivers Installer on Linux Mint file LynX 2017-02-20 349
335 Linux 리눅스 사용 기초 - 05 도움말 얻기 LynX 2017-02-17 221
334 Linux 리눅스 사용 기초 - 04 bash 셸 사용하기 LynX 2017-02-17 240
333 Linux 리눅스 사용 기초 - 03 vi 에디터 LynX 2017-02-17 221
332 Linux 리눅스 사용 기초 - 02 일반 명령어 사용법 익히기 LynX 2017-02-17 387
331 Linux 리눅스 사용 기초 - 01 명령어 구조와 명령어 쉽게 사용하기 LynX 2017-02-17 238
330 APM Apache httpd mod_security2 적용 file LynX 2017-02-09 970

XE Login