1
Linux / Re: Can't build 2.5 on Debian Wheezy
« on: July 02, 2014, 10:28:43 pm »
I've commented "mojo" line in /build/install.mk file, and make completes successful:
AFAIK it's about game installer, which is not needed if you run game from source dir.
Code: [Select]
include build/install_android.mk
include build/install_linux.mk
include build/install_mac.mk
#include build/install_mojo.mk
include build/install_windows.mk
AFAIK it's about game installer, which is not needed if you run game from source dir.