From b95f08f62e0375f543d674efd205f1c585d4a3be Mon Sep 17 00:00:00 2001 From: Kayne Ruse Date: Mon, 5 Dec 2016 16:04:55 +1100 Subject: [PATCH] Modified instructions --- instructions.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/instructions.txt b/instructions.txt index bf75ada..ef0103b 100644 --- a/instructions.txt +++ b/instructions.txt @@ -33,3 +33,15 @@ Instructions For Setup from the main menu; this displays the list of available servers. 7. Select the name of a server (default is 'Public') and select 'Join'. 8. Welcome to Tortuga, enjoy your stay. + +------------------------- +Linux Users +------------------------- + +Before running this on linux, you may need to run the following commands: + +sudo apt-get install libsdl2-net-2.0-0 +sudo apt-get install libsdl2-image-2.0-0 +sudo apt-get install libsdl2-ttf-2.0-0 + +