m
upgrade fix
m (upgrade fix) |
|||
| Line 2: | Line 2: | ||
== | == Windows / Linux installation == | ||
<div style="margin-left: 3%;"> | |||
* Unzip the contents of the zip into a directory. Probably ''nowhere near'' your World of Warcraft directory (it's ''not'' an AddOn!). Remember to conserve the directory structure in the zip! | * Unzip the contents of the zip into a directory. Probably ''nowhere near'' your World of Warcraft directory (it's ''not'' an AddOn!). Remember to conserve the directory structure in the zip! | ||
| Line 23: | Line 24: | ||
* Edit <tt style="border-bottom: 1px dotted;">config-dist.lua</tt> to point to your existing WoW directory, player name, etc. It is fairly self-documenting. | * Edit <tt style="border-bottom: 1px dotted;">config-dist.lua</tt> to point to your existing WoW directory, player name, etc. It is fairly self-documenting. | ||
</div> | |||
== MacOS X Installation == | |||
<div style="margin-left: 3%;"> | |||
Note, I am still working on this, so there may be errors or issues, but I will attempt to update this as I get further. If you have any questions, please feel free to email me at: inch on @ana praxis .com (remove the spaces). | Note, I am still working on this, so there may be errors or issues, but I will attempt to update this as I get further. If you have any questions, please feel free to email me at: inch on @ana praxis .com (remove the spaces). | ||
| Line 38: | Line 42: | ||
Following this you'll need to create the config.lua file, and you'll also need to modify the wowbench.lua file. | Following this you'll need to create the config.lua file, and you'll also need to modify the wowbench.lua file. | ||
===config.lua=== | |||
Here are the pieces of config.lua that I changed, and what I changed them to. | Here are the pieces of config.lua that I changed, and what I changed them to. | ||
| Line 59: | Line 63: | ||
_LUAC = "luac50" | _LUAC = "luac50" | ||
===wowbench.lua=== | |||
Just one change here, you need to change wowbench to recognize the Mac style of application bundles. So I changed line 173 to: | Just one change here, you need to change wowbench to recognize the Mac style of application bundles. So I changed line 173 to: | ||
| Line 66: | Line 70: | ||
As a final sidenote, I had to actually disable an AddOn to get the AddOns.txt file to be generated, ymmv. | As a final sidenote, I had to actually disable an AddOn to get the AddOns.txt file to be generated, ymmv. | ||
== Getting started == | |||
</div> | |||
== Getting started == <div style="margin-left: 3%;"> | |||
* Continue to [[WoWBench/Getting started]] | * Continue to [[WoWBench/Getting started]] | ||
| Line 72: | Line 78: | ||
* Back to [[WoWBench]] | * Back to [[WoWBench]] | ||
</div> | |||
[[Category:WoWBench|Installing]] | [[Category:WoWBench|Installing]] | ||