OpenRA / ra2

A Red Alert 2 mod for the OpenRA game engine
GNU General Public License v3.0
970 stars 160 forks source link

Errors for Mono #736

Closed Guo-Zhang closed 4 years ago

Guo-Zhang commented 4 years ago

/Library/Frameworks/Mono.framework/Versions/Current/Commands/msbuild: line 3: /Library/Frameworks/Mono.framework/Versions/4.6.2/bin/mono: Bad CPU type in executable

What's the possible reason for that? I am sorry that I am new to C#. Thanks!

abcdefg30 commented 4 years ago

Looks like you are using mono version 4.6.2. We require a minimum of 5.18 (see https://github.com/OpenRA/OpenRA/blob/bleed/INSTALL.md#linux).

Guo-Zhang commented 4 years ago

Thanks! I have update it.