Skip to forum content

You are not logged in. Please login or register.


forums.pvpgn.pro → [EN] Tech Support → Guide install PvPGN in Fedora

Pages 1

You must login or register to post a reply

RSS topic feed

Posts: 2

1

Topic: Guide install PvPGN in Fedora

1 Step


cd /home

yum install git


2 Step



git clone https://github.com/HarpyWar/pvpgn.git


3 Step



cd /home/pvpgn


mkdir build


cd build



4  Step



yum install zlib-devel mesa-libGL-devel mesa-libGLU-devel



5 Step



yum install mysql-devel

6 Step

cmake -D CMAKE_INSTALL_PREFIX=/usr/local/pvpgn -D WITH_MYSQL=true ../



7 Step



make 



8 Step



make install




For Error " CMake Error: your CXX compiler: "CMAKE_CXX_COMPILER-NOTFOUND" was not found. Please set CMAKE_CXX_COMPILER to a valid compiler path or name. " 
usar


yum install make automake gcc gcc-c++ kernel-devel
yum groupinstall 'Development Tools' 'Development Libraries'



For Error " CMake Error at cmake/Modules/FindZLIB.cmake:44 (MESSAGE): " usar

yum install zlib-devel mesa-libGL-devel mesa-libGLU-devel

For Error " CMake Error at cmake/Modules/FindMySQL.cmake:60 (MESSAGE): " 

usar



yum install mysql-devel

Run Server

/usr/local/pvpgn/sbin/



./bnetd

Stop Server

killall 

bnetd
killall -9 bnetd

2

Re: Guide install PvPGN in Fedora

Thanks, Dante. It's better if you format the text to make it more readable

This refers to the article harpywar.com/?a=articles&b=2 … mp;lang=en

Do not ask for support in PM.

Posts: 2

Pages 1

You must login or register to post a reply

Who now at forum

Currently view post: 0 guests, 0 registered users

forums.pvpgn.pro → [EN] Tech Support → Guide install PvPGN in Fedora