diff --git a/downloads.html b/downloads.html index 0fbba4b..ac4ff92 100644 --- a/downloads.html +++ b/downloads.html @@ -88,33 +88,32 @@ redirect_from:
Those may be out of date at times. If they are too out of date, you can build from source.
+These may be out of date at times. If they are too out of date, consider building from source.
On FreeBSD 9.1 and newer, you can use the official pre-built packages:
pkg install minetest minetest_game
You can compile Minetest and choose build options easily using the FreeBSD port dialogs.
+You can also compile Minetest and choose build options easily using the FreeBSD port dialogs.
cd /usr/ports/games/minetest make install @@ -141,6 +140,9 @@ make install Use Homebrew to get the stable version:
brew install minetest
+
sudo port install minetest
Get the latest stable
or development source code from
- GitHub.
+ GitHub.
You will probably want Minetest Game as well.
Put the game in your games directory.
- See README.md + See the README for details on how to compile Minetest from source.