Mac系统比较麻烦,你按照如下方式进行:
Step 1: Install Mono SDK
Download and Install Mono SDK:
http://www.go-mono.com/mono-downloads/download.html
Step 2: Install MonoDevelop
Download and Install MonoDevelop:
http://monodevelop.com/Download
Step 3: Obtain source files
Download Option 1: Quick and painless Zipball:
https://github.com/mooege/mooege/zipball/master
Download Option 2: Proper DVCS setup GIT-Setup:
http://help.github.com/set-up-git-redirect
Step 4: Compiling
Open build\Mooege-Mono.sln with MonoDevelop.
Sadly even with OSX 10.7.3 Apple didn't update libssl and libcrypto. The easiest way to get the latest
libssl.1.0.0.dylib and libcrypto.1.0.0.dylib is by installing them over MacPorts. Once you've installed
those libs, you need to tell Mono where to find it. Easiest way to do that is by editing
ManagedOpenSsl.dll.config from within Mono:
* <configuration>
* <dllmap os="osx" dll="libeay32" target="/opt/local/lib/libcrypto.1.0.0.dylib"/>
* <dllmap os="osx" dll="ssleay32" target="/opt/local/lib/libssl.1.0.0.dylib"/>
* <dllmap os="!windows,osx" dll="libeay32" target="libcrypto.so.1.0.0"/>
* <dllmap os="!windows,osx" dll="ssleay32" target="libssl.so.1.0.0"/>
* </configuration>
Right-click Mooege-Mono in the solution browser in MonoDevelop, select "Set as startup project".
To build hit the top menu bar: Build -> Build All.
Go to MPQs section, then proceed to running mooege.
To run hit the top menu bar: Run->Run. (new terminal window should open).
MPQs
Copy the files inside 'MPQs folder' from Diablo 3 to the download mooege folder and place them into src\Mooege\bin\Debug\Assets\MPQ.
Step 5: Start Diablo III
Open new terminal window and type:
cd /Applications/Diablo\ III\ Beta/Diablo\ III.app/Contents/MacOS/ ./Diablo\ III -launch -auroraaddress localhost:1345
Step 6: logging in
You can now LOGIN with
Username: test@
Password:(Anything)