INSTALL.txt 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. #####################################################################
  2. ## __ __ _ ___________ ##
  3. ## \ \ / /| |____ ____| ##
  4. ## \ \ / / | | | | ##
  5. ## \ \ /\ / / | | | | ##
  6. ## \ \/ \/ / | | | | ##
  7. ## \ /\ / | | | | ##
  8. ## \/ \/ |_| |_| ##
  9. ## ##
  10. ## Wiimms ISO Tools ##
  11. ## https://wit.wiimm.de/ ##
  12. ## ##
  13. #####################################################################
  14. ## ##
  15. ## This file is part of the WIT project. ##
  16. ## Visit https://wit.wiimm.de/ for project details and sources. ##
  17. ## ##
  18. ## Copyright (c) 2009-2021 by Dirk Clemens <wiimm@wiimm.de> ##
  19. ## ##
  20. #####################################################################
  21. How to install Wiimms ISO Tools
  22. ===============================
  23. Windows:
  24. --------
  25. Start: windows-install.exe
  26. After the very first installation of the tools, a reboot is needed.
  27. Mac, Linux, Unix:
  28. -----------------
  29. First open a console terminal, an admin terminal is the best.
  30. Then change to the directory, where you have unpacked the distribution.
  31. Therefore use the comamnd: cd DIRECTORY
  32. ... where 'DIRECTORY' is the directory path.
  33. Call: ./install.sh
  34. If the script is not started as 'root', the script call itself with 'sudo'.
  35. Depending on your 'sudo' settings, 'sudo' asks you for the root passwort.
  36. To avoid the sudo handling, start the script with: ./install.sh --no-sudo