|
|
|
@ -114,14 +114,11 @@ Snow Leopard Changes
|
|
|
|
|
|
|
|
|
|
1. Add a step 6.2a (before Install XML::LibXSLT)::
|
|
|
|
|
In a separate Terminal window or tab, run:
|
|
|
|
|
sudo ln -s /usr/include/libxml2/libxml /usr/include/libxml
|
|
|
|
|
``sudo ln -s /usr/include/libxml2/libxml /usr/include/libxml``
|
|
|
|
|
|
|
|
|
|
2. Add a step 7a (before building)::
|
|
|
|
|
In <dfhack directory>/library/LuaTypes.cpp, change line 467 to
|
|
|
|
|
int len = strlen((char*)ptr);
|
|
|
|
|
|
|
|
|
|
3. After the whole thing is built and installed, edit the "dfhack" script in the DF directory and remove the line
|
|
|
|
|
export DYLD_FORCE_FLAT_NAMESPACE=1
|
|
|
|
|
``int len = strlen((char*)ptr);``
|
|
|
|
|
|
|
|
|
|
=======
|
|
|
|
|
Windows
|
|
|
|
|