Jump to content

rAthena now requires g++ to compile on Linux


Secrets

Recommended Posts


  • Group:  Developer
  • Topic Count:  36
  • Topics Per Day:  0.01
  • Content Count:  587
  • Reputation:   431
  • Joined:  01/26/16
  • Last Seen:  

As of Git Hash: 4a004ad, we have added several checks on C++ compiler on your system so that the transition to C++ phase go smoothly.

What does this mean to you?

You have to install g++ on your system if you don't have it installed on your system.

To do so, you can run the following command

CentOS

sudo yum install gcc-c++

Debian/Ubuntu

sudo apt-get install g++

For OSX you can use your clang/llvm toolchain to compile rAthena.

After that, make sure you have GCC version 5 or higher by using command below.

gcc --version

 

  • Upvote 5
  • Love 1
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...