Kasthiel Posted March 21, 2018 Group: Members Topic Count: 19 Topics Per Day: 0.00 Content Count: 38 Reputation: 3 Joined: 04/21/14 Last Seen: August 3, 2021 Share 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 Link to comment Share on other sites More sharing options...
0 Vietlubu Posted March 21, 2018 Group: Members Topic Count: 36 Topics Per Day: 0.01 Content Count: 141 Reputation: 24 Joined: 01/19/12 Last Seen: March 30 Share 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 Link to comment Share on other sites More sharing options...
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.
Link to comment
Share on other sites
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.