[SOLVED] Having problem with compiling in Ubuntu - Printable Version +- Cuberite Forum (https://forum.cuberite.org) +-- Forum: Cuberite (https://forum.cuberite.org/forum-4.html) +--- Forum: Discussion (https://forum.cuberite.org/forum-5.html) +--- Thread: [SOLVED] Having problem with compiling in Ubuntu (/thread-1295.html) |
[SOLVED] Having problem with compiling in Ubuntu - CapraTheBest - 01-01-2014 Hey everybody. My name is CapraTheBest () and I'm new in this forum. I've been following McServer since a lot of time but right now I need to ask you a thing. I'm running my server in a custom arm board called Udoo (google it, it's pretty cool) and I never had a problem since now. Recently I formatted my old sd card with the server inside so today I tried to reinstall McServer from source. I followed that guide there. The problem is that when I try to run the command "make" it says: "make: *** No targets specified and no makefile found. Stop." I'm running Ubuntu 12.04 LTS. RE: Having problem with compiling in Ubuntu - tonibm19 - 01-01-2014 See COMPILING file on github, now MCServer uses cmake. RE: Having problem with compiling in Ubuntu - CapraTheBest - 01-01-2014 Saw that a few seconds ago. Didn't notice. Thanks a lot. It's working actually c: |