forked from oerkki/voxelands
Update README.md (fix build instructions and add dependencies installation)
This commit is contained in:
parent
af4355b3b6
commit
d54a1e711e
14
README.md
14
README.md
|
@ -26,7 +26,11 @@ Voxelands requires:
|
||||||
|
|
||||||
## Download
|
## Download
|
||||||
|
|
||||||
You can install Git for easily keeping your copy up to date.
|
Install dependencies. Here's an example for Debian/Ubuntu:
|
||||||
|
|
||||||
|
sudo apt install build-essential libirrlicht-dev cmake libbz2-dev libpng-dev libjpeg8-dev libxxf86vm-dev libgl1-mesa-dev libsqlite3-dev
|
||||||
|
|
||||||
|
You can install Git for easily keeping your copy up-to-date.
|
||||||
If you don’t want Git, read below on how to get the source without Git.
|
If you don’t want Git, read below on how to get the source without Git.
|
||||||
|
|
||||||
Download source (this is the URL to the latest of source repository, which might not work at all times) using Git:
|
Download source (this is the URL to the latest of source repository, which might not work at all times) using Git:
|
||||||
|
@ -38,7 +42,7 @@ Download source, without using Git:
|
||||||
|
|
||||||
wget https://git.minetest.land/oerkki/voxelands/archive/master.tar.gz
|
wget https://git.minetest.land/oerkki/voxelands/archive/master.tar.gz
|
||||||
tar xf master.tar.gz
|
tar xf master.tar.gz
|
||||||
cd minetest
|
cd voxelands
|
||||||
|
|
||||||
## Build
|
## Build
|
||||||
|
|
||||||
|
@ -94,8 +98,8 @@ Controls can be set in the Settings tab of the main menu
|
||||||
**Code:**
|
**Code:**
|
||||||
|
|
||||||
Voxelands is licensed under the GPLv3 or later.
|
Voxelands is licensed under the GPLv3 or later.
|
||||||
Copyright (c) 2013-2016 Lisa 'darkrose' Milne <lisa@ltmnet.com>
|
|
||||||
Copyright (c) 2022-2022 Mikita Wisniewski <rudzik8@protonmail.com>
|
Copyright (c) 2022-2022 Mikita Wisniewski <rudzik8@protonmail.com>
|
||||||
|
Copyright (c) 2013-2016 Lisa 'darkrose' Milne <lisa@ltmnet.com>
|
||||||
Forked from Minetest 0.3.x
|
Forked from Minetest 0.3.x
|
||||||
Copyright (c) 2010-2011 Perttu Ahola <celeron55@gmail.com>
|
Copyright (c) 2010-2011 Perttu Ahola <celeron55@gmail.com>
|
||||||
|
|
||||||
|
@ -103,12 +107,12 @@ See commits history for all contributors.
|
||||||
|
|
||||||
**Textures, Sounds, and Models:**
|
**Textures, Sounds, and Models:**
|
||||||
|
|
||||||
This does not apply to texture packs made by others.
|
This does not apply to packs made by others.
|
||||||
|
|
||||||
Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0)
|
Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0)
|
||||||
http://creativecommons.org/licenses/by-sa/3.0/
|
http://creativecommons.org/licenses/by-sa/3.0/
|
||||||
|
|
||||||
To satisfy the attribution clause, any project using Voxelands' assets must provide a prominent notice as part of each of said project's credits notices (such as in documentation, on a website, and/or any other credits screen associated with the project) showing both the CC-BY-SA licensing, the ownership by Voxelands of the asset, and a link to the Voxelands' project at http://www.voxelands.com/.
|
To satisfy the attribution clause, any project using Voxelands' assets must provide a prominent notice as part of each of said project's credits notices (such as in documentation, on a website, and/or any other credits screen associated with the project) showing both the CC-BY-SA licensing, the ownership by Voxelands of the asset, and a link to the Voxelands' project at https://git.minetest.land/oerkki/voxelands/.
|
||||||
|
|
||||||
**Artists include:**
|
**Artists include:**
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue