You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
I am seeing people using ReClass.NET on Ubuntu-based systems but I couldn't figure out how to install it
The text was updated successfully, but these errors were encountered: