12-26-2015, 06:08 AM
(This post was last modified: 12-26-2015, 06:11 AM by LogicParrot.)
How exactly did you create the aliases? If you used the `alias` command, it won't affect any scripts you execute.
You can try compiling manually:
You can try compiling manually:
Code:
git clone --recursive https://github.com/cuberite/cuberite.git
cd cuberite
cmake . -DCMAKE_BUILD_TYPE=RELEASE
make . -j 4