Advertisement
Guest User

EEditor for Mac

a guest
Nov 4th, 2017
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.51 KB | None | 0 0
  1. EEDITOR MAC TUTORIAL
  2.  
  3. - comes with free .app file to run
  4.  
  5. Notes:
  6. DO NOT SKIP ANY STEPS EVER, it only complicates the tutorial and leaves space for errors. The Terminal is very powerful and can destroy your machine if not used correctly.
  7.  
  8. Wine likes to take it's time when opening apps.
  9.  
  10. -------------
  11.  
  12. Step 1: Download EEditor from github
  13.  
  14. Go to: https://github.com/capasha/eeditor/releases/latest
  15. Click on EEditor_*version*.zip
  16. Find where the file downloaded to
  17. Run the file with Archive Utility or any other unzipping app
  18. Find the decompressed folder the zip produced
  19. Rename it to "EEditor"
  20. Place it in /Applications/
  21.  
  22. Step 2: Download XQuartz
  23.  
  24. Go to: https://www.xquartz.org
  25. Click on: XQuartz-2.7.11.dmg
  26. Download
  27. Open
  28. [Continue]
  29. [Continue]
  30. [Agree]
  31. [Install]
  32.  
  33. Step 3: Download Wine Stable
  34.  
  35. Go to: https://dl.winehq.org/wine-builds/macosx/download.html
  36. Click on: Installer for "Wine Stable"
  37. Run the winehq-stable-*version*.pkg that you downloaded
  38. [Continue]
  39. Click on "Install for all users of this computer"
  40. [Continue]
  41. Click on the "64 but support (optional)" Checkbox
  42. [Continue]
  43. [Install]
  44. Type in your password if you are asked
  45. [Install Software]
  46. Wait for it to install
  47. [Close]
  48.  
  49. Step 4: Install Homebrew
  50.  
  51. Open Terminal.app (Found in /Applications/Utilities)
  52. Copy and paste
  53.  
  54. /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
  55.  
  56. Press enter
  57. Wait until you see
  58.  
  59. (Your mac's name):~ (your computer name)$ ▋
  60.  
  61.  
  62. Step 5: Install winetricks
  63.  
  64. Go onto Terminal
  65. Copy and paste
  66.  
  67. brew install winetricks
  68.  
  69. Press enter
  70. Wait until you see
  71.  
  72. (Your mac's name):~ (your computer name)$ ▋
  73.  
  74. Step 6: Install dotnet45
  75.  
  76. Go onto Terminal
  77. Copy and paste
  78.  
  79. winetricks dotnet45
  80.  
  81. Press enter
  82. Wait until you see
  83.  
  84. (Your mac's name):~ (your computer name)$ ▋
  85.  
  86. ONLY IF THIS ERRORS go back to terminal and type:
  87.  
  88. brew install mono
  89.  
  90. Press enter
  91. Wait until you see
  92.  
  93. (Your mac's name):~ (your computer name)$ ▋
  94.  
  95. Step 7: Install the app to run EEditor
  96.  
  97. Go to: https://github.com/joo456/thingforaninternetflashgame/raw/master/EEditor.app.zip
  98. Unzip the zip file
  99. Put the EEditor app in /Applications/
  100.  
  101. Step 8: Run
  102.  
  103. Open the EEditor app
  104.  
  105. OPTIONAL:
  106. If you prefer, run the exe by right clicking it and hovering over 'Open With' and pressing 'Wine Stable'
  107. It can be set to always open with Wine Stable by pressing ⌘I and going to Open With
  108. Picture: https://i.imgur.com/dIP0e48.png
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement