Jump to content
  • 0

Question

1 answer to this question

Recommended Posts

  • 0
Posted
8 minutes ago, Kasthiel said:

I do not know what might be happening but I can not compile this current emulator of github ... I'm trying but it only gets this error.

 

Sem título.png

You are missing some package libraries, check this: https://github.com/rathena/rathena/wiki/Install-on-Debian

apt-get install git make libmysqlclient-dev zlib1g-dev libpcre3-dev
echo "deb http://ftp.us.debian.org/debian unstable main contrib non-free" >> /etc/apt/sources.list.d/unstable.list
apt-get update
apt-get install -t unstable gcc-5
apt-get install -t unstable g++-5
ln -s /usr/bin/gcc-5 /usr/bin/gcc
ln -s /usr/bin/g++-5 /usr/bin/g++

 

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...