Search found 7 matches

by 7v
Sat Jul 13, 2013 19:16
Forum: General Discussion
Topic: Multiple minetest installations in Linux
Replies: 10
Views: 3092

I found this on google: http://techtidings.blogspot.nl/2012/01/problem-with-libglso-on-64-bit-ubuntu.html It's difficult for me to follow, but maybe it helps you. (I don't have that problem and I don't have the /libGL.so file, but I use Lubuntu with a Radeon card). Edit: You wrote you use Mint 15: ...
by 7v
Sat Jul 13, 2013 16:21
Forum: General Discussion
Topic: Multiple minetest installations in Linux
Replies: 10
Views: 3092

I've tried all of these suggestions and I still get the same error when trying to build minetest_game: make[2]: *** No rule to make target `/usr/lib/x86_64-linux-gnu/libGL.so', needed by `bin/minetest'. Stop. make[2]: *** Waiting for unfinished jobs.... [100%] Building CXX object src/CMakeFiles/mine...
by 7v
Sat Jul 13, 2013 07:44
Forum: General Discussion
Topic: Multiple minetest installations in Linux
Replies: 10
Views: 3092

kaeza wrote:Try running these lines:

Code: Select all

cd ~
mkdir Minetest-Run-In-Place
cd Minetest-Run-In-Place
git clone https://github.com/minetest/minetest.git
cd minetest
cmake -DRUN_IN_PLACE=1 .
make -j 3

I also tried running your commands and it did partially work, but didn't include minetest game.
by 7v
Sat Jul 13, 2013 07:43
Forum: General Discussion
Topic: Multiple minetest installations in Linux
Replies: 10
Views: 3092

I tried Calinou's script again, making sure I was in my home folder this time, and it did partially build, but stopped with errors. I also tried entering the commands one by one and got an error when trying to run one of the commands. I'll post some info from terminal: v777v@drcomp ~/minetest $ cmak...
by 7v
Sat Jul 13, 2013 00:20
Forum: General Discussion
Topic: Multiple minetest installations in Linux
Replies: 10
Views: 3092

This didn't seem to work. I think the following messages from terminal may be pertinent: ldconfig deferred processing now taking place fatal: destination path 'minetest' already exists and is not an empty directory. bash: cd: minetest/games: Not a directory fatal: could not create work tree dir 'min...
by 7v
Fri Jul 12, 2013 23:20
Forum: General Discussion
Topic: [poll] mintest_classic game mode
Replies: 9
Views: 3563

I like the feel of the classic minetest, but I also like the user addons/mods available in the newer version. I especially miss the old mapgen. This world seed 1061767796577817577 (v3.1) has at least one mountain peak higher than 100 blocks.
by 7v
Fri Jul 12, 2013 23:12
Forum: General Discussion
Topic: Multiple minetest installations in Linux
Replies: 10
Views: 3092

Multiple minetest installations in Linux

I am wondering the best way to install multiple different Minetest releases in Linux. I'm running Mint 15: Olivia. I was thinking about using the "portable" build script found here: http://forum.minetest.net/viewtopic.php?id=3837, but I wanted to make sure that this wont overwrite any of m...