diff options
-rw-r--r-- | README_SETUP.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/README_SETUP.txt b/README_SETUP.txt index 2f6d430a7..c1a76a5fa 100644 --- a/README_SETUP.txt +++ b/README_SETUP.txt @@ -8,8 +8,13 @@ GENERAL SETUP: NOTE: Linux Dependencies: - wine - innoextract +- makeself Get innoextract on Ubuntu: - sudo add-apt-repository ppa:arx/release - sudo apt-get update - sudo apt-get install innoextract + +Get makeself on Ubuntu: +- sudo apt-get update +- sudo apt-get install makeself |