Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to install on Ubuntu? #267

Closed
hamad12a opened this issue Sep 26, 2023 · 1 comment
Closed

How to install on Ubuntu? #267

hamad12a opened this issue Sep 26, 2023 · 1 comment

Comments

@hamad12a
Copy link

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

@hamad12a
Copy link
Author

hamad12a commented Sep 27, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant