(12-22-2014, 10:22 PM)Boo Wrote: [ -> ] (12-22-2014, 10:16 PM)tonibm19 Wrote: [ -> ]MCServer no longer supports 1.5.2.
But you could try getting the last build before 1.5 support drop
I know, i need link to download a build 1.5.2 support for raspberry pi. I can not find a link :-(
There are no more download links for mc server that support clients 1.5.2, it has been dropped. Like
says, you would need to clone the source code and look for the last commit that contains 1.5.2 support.
i find. 28 september 2014. How to compile into the raspberry pi?
You forgot to update the submodules first.
Code:
cd /path/to/mcserver/root
git pull
git submodule update --init
If the update complains that a folder is not empty, just go to each such folder and remove all its contents, then try again.
(12-22-2014, 11:05 PM)xoft Wrote: [ -> ]You forgot to update the submodules first.
Code:
cd /path/to/mcserver/root
git pull
git submodule update --init
If the update complains that a folder is not empty, just go to each such folder and remove all its contents, then try again.
How to get this sources (with 1 5 2 support). I Download ZIP, and put into the server
When you download sources as ZIP, then you need to download two more ZIP files, for PolarSSL and for SQLiteCpp, and extract their contents into the respective subfolders in the lib/ folder. When you browse the MCServer sources on GitHub, it will point you to the right download:
https://github.com/mc-server/MCServer/tree/master/lib
i download zip from
https://github.com/mc-server/MCServer/
And cut lib folder, and put it on my server.
Code:
root@raspberrypi:/media/usbstick2/mc# git pull
fatal: Not a git repository (or any parent up to mount point /media/usbstick2)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
root@raspberrypi:/media/usbstick2/mc# git submodule update --init
fatal: Not a git repository (or any parent up to mount point /media/usbstick2)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
root@raspberrypi:/media/usbstick2/mc# ./CIbuild.sh
Commit id not set, attempting to determine id from git
fatal: Not a git repository (or any parent up to mount point /media/usbstick2)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
CMake Error at CMakeLists.txt:33 (string):
string sub-command STRIP requires two arguments.
CMake Error at CMakeLists.txt:35 (message):
Could not identifiy git commit id
-- Configuring incomplete, errors occurred!
root@raspberrypi:/media/usbstick2/mc#