Kasthiel Posted March 21, 2018 Posted March 21, 2018 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. Quote
0 Vietlubu Posted March 21, 2018 Posted March 21, 2018 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. 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++ Quote
Question
Kasthiel
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.
1 answer to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.