diamondjack Posted January 12, 2017 Posted January 12, 2017 (edited) Pa help po sa pag compile ng files sa linux. Sa windows na compile ko sya using Microsoft Visual Studio para ma build yung apat na files. (char-server.exe, login-server.exe, map-server.exe, mapcache.exe ). Pano ko po mabibuild yung mga files na to sa linux (no desktop)? Dito ko na-download yung server files: https://github.com/rathena/rathena EDIT* nevermind, i think nacompile ko na, hindi ko na type sa console 1. chmod +x configure 2. ./configure Edited January 12, 2017 by diamondjack fixed Quote
Chaos92 Posted January 13, 2017 Posted January 13, 2017 ./configure make clean make sql make server Quote
Akkarin Posted January 13, 2017 Posted January 13, 2017 8 hours ago, Chaos92 said: ./configure make clean make sql make server Wrong. ./configure && make clean && make server No make sql. Quote
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.