From 0da0b7dbbd590a4e290b3cadd215d947fe07334a Mon Sep 17 00:00:00 2001 From: An0n3m0us Date: Sat, 6 Aug 2022 18:19:48 +0100 Subject: [PATCH] Add required libcrypt library --- README.md | 9 ++++----- libraries.txt | 2 ++ 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 72e5a34..8330be3 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,6 @@ AppImages for Minetest dev builds in 32 bit[^1] and 64bit! Both client and server are in the same executable. Tested on fresh installations from the oldest releases to the newest releases tested: -(All of the releases in between should work too) ยท Ubuntu (Xenial 16.04, Kudu 22.10) @@ -17,6 +16,10 @@ Tested on fresh installations from the oldest releases to the newest releases te [^1]: Halted unless a need for i386 arises as it requires extra work to compile, test and manage libraries +All of the releases in between should work too. + +Please let me know if you encounter any errors. Report them on the issues page. + ## Running Download the AppImages from the release page! Then, make the AppImage an executable by entering `chmod +x $FILE` in a terminal or by right-clicking the file then selecting "Properties" then "Permissions", and checking the executable checkbox. Then, double-click the AppImage to run Minetest. @@ -34,7 +37,3 @@ First, rename the AppImage to minetest-$VERSION or just minetest; eg: minetest-5 Move the AppImage to $HOME/bin/ then open a terminal and enter `minetest-$VERSION` or `minetest`. Minetest should now launch. You can now create a launcher in the applications menu to launch it. - -## Other - -Please let me know if you encounter any errors. Report them on the issues page. diff --git a/libraries.txt b/libraries.txt index cf4e4b2..752acf7 100644 --- a/libraries.txt +++ b/libraries.txt @@ -1,5 +1,7 @@ libasn1.so.8 libasn1.so.8.0.0 +libcrypt-2.23.so +libcrypt.so.1 libcurl-gnutls.so.4 libcurl-gnutls.so.4.4.0 libgnutls.so.30