ReClassNET/ReClass.NET

How to install on Ubuntu?

hamad12a opened this issue · 1 comments

I am seeing people using ReClass.NET on Ubuntu-based systems but I couldn't figure out how to install it

Since I opened this issue by myself, I'd like to share how did I end up with the solution.
Firstly, one should upgrade old mono and xbuild versions by installing the latest version from here. After installing successfully, msbuild should be bundled with the new version of mono as could be shown in /usr/lib/mono/msbuild/ or msbuild --version.
The second step involves issuing the command make update then make debug. If the compilation went well, one should copy the built artifact (NativeCore.so) from ReClass.NET/NativeCore/Unix/build/debug/x64 to ReClass.NET/ReClass.NET/bin/Debug/x64 .
Finally, the binary ReClass.NET.exe could be run using the command mono ReClass.NET.exe