12-23-2014, 07:53 PM
1) root@raspberrypi:/media/usbstick2# mkdir mc
2) root@raspberrypi:/media/usbstick2# cd mc
3) root@raspberrypi:/media/usbstick2/mc# git clone https://github.com/mc-server/MCServer.git
4) root@raspberrypi:/media/usbstick2/mc# cd MCServer/
5) root@raspberrypi:/media/usbstick2/mc/MCServer# git checkout 0d83477
6) root@raspberrypi:/media/usbstick2/mc/MCServer# git submodule init
7) root@raspberrypi:/media/usbstick2/mc/MCServer# git submodule update
8) root@raspberrypi:/media/usbstick2/mc/MCServer# ./CIbuild.sh
And Build Start!
2) root@raspberrypi:/media/usbstick2# cd mc
3) root@raspberrypi:/media/usbstick2/mc# git clone https://github.com/mc-server/MCServer.git
Code:
Cloning into 'MCServer'...
remote: Counting objects: 58978, done.
remote: Compressing objects: 100% (27/27), done.
remote: Total 58978 (delta 8), reused 0 (delta 0)
Receiving objects: 100% (58978/58978), 70.06 MiB | 666 KiB/s, done.
Resolving deltas: 100% (45900/45900), done.
Checking out files: 100% (1229/1229), done.
5) root@raspberrypi:/media/usbstick2/mc/MCServer# git checkout 0d83477
Code:
HEAD is now at 0d83477... Fixed UNUSED macro so that it doesn't require type knowledge.
Code:
Submodule 'MCServer/Plugins/Core' (https://github.com/mc-server/Core.git) registered for path 'MCServer/Plugins/Core'
Submodule 'MCServer/Plugins/ProtectionAreas' (https://github.com/mc-server/ProtectionAreas.git) registered for path 'MCServer/Plugins/ProtectionAreas'
Submodule 'MCServer/Plugins/TransAPI' (https://github.com/bearbin/transapi.git) registered for path 'MCServer/Plugins/TransAPI'
Submodule 'lib/SQLiteCpp' (https://github.com/mc-server/SQLiteCpp.git) registered for path 'lib/SQLiteCpp'
Submodule 'lib/polarssl' (https://github.com/mc-server/polarssl) registered for path 'lib/polarssl'
Code:
Cloning into 'MCServer/Plugins/Core'...
remote: Counting objects: 1633, done.
remote: Compressing objects: 100% (3/3), done.
remote: Total 1633 (delta 0), reused 0 (delta 0)
Receiving objects: 100% (1633/1633), 469.87 KiB | 170 KiB/s, done.
Resolving deltas: 100% (949/949), done.
Submodule path 'MCServer/Plugins/Core': checked out '9de86060388b515642c55d58b44b4281285efc00'
Cloning into 'MCServer/Plugins/ProtectionAreas'...
remote: Counting objects: 47, done.
remote: Total 47 (delta 0), reused 0 (delta 0)
Unpacking objects: 100% (47/47), done.
Submodule path 'MCServer/Plugins/ProtectionAreas': checked out '7765048fa740b8f119db72a4ccc546504f86b2ab'
Cloning into 'MCServer/Plugins/TransAPI'...
remote: Counting objects: 36, done.
remote: Total 36 (delta 0), reused 0 (delta 0)
Unpacking objects: 100% (36/36), done.
Submodule path 'MCServer/Plugins/TransAPI': checked out '6527b80a77b3b7f5fac0ef214c1b59ad83e39b20'
Cloning into 'lib/SQLiteCpp'...
remote: Counting objects: 1662, done.
remote: Compressing objects: 100% (729/729), done.
remote: Total 1662 (delta 798), reused 1662 (delta 798)
Receiving objects: 100% (1662/1662), 2.82 MiB | 644 KiB/s, done.
Resolving deltas: 100% (798/798), done.
Submodule path 'lib/SQLiteCpp': checked out '55edadd56d0d6f506954ad00c3b9a5d425814a2f'
Cloning into 'lib/polarssl'...
remote: Counting objects: 17961, done.
remote: Compressing objects: 100% (6278/6278), done.
remote: Total 17961 (delta 11594), reused 17961 (delta 11594)
Receiving objects: 100% (17961/17961), 12.12 MiB | 278 KiB/s, done.
Resolving deltas: 100% (11594/11594), done.
Submodule path 'lib/polarssl': checked out '1ed82759c68f92c4acc7e3f33b850cf9f01c8aba'
Code:
-- The CXX compiler identification is GNU 4.6.3
-- The C compiler identification is GNU 4.6.3
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working C compiler: /usr/bin/gcc
-- Check for working C compiler: /usr/bin/gcc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
Commit id not set, attempting to determine id from git
including polarssl
-- SQLITECPP_RUN_CPPLINT OFF
-- SQLITECPP_RUN_CPPCHECK OFF
-- SQLITECPP_RUN_DOXYGEN OFF
-- SQLITECPP_BUILD_EXAMPLES OFF
-- SQLITECPP_BUILD_TESTS OFF
-- Configuring done
-- Generating done
-- Build files have been written to: /media/usbstick2/mc/MCServer
Scanning dependencies of target zlib
Scanning dependencies of target polarssl
And Build Start!