-
Notifications
You must be signed in to change notification settings - Fork 383
Linux build environment #47
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
Comments
You need to install msbuild and gcc. Then you can just use the make file to build the whole project if I remember correctly. |
Install Mono >= 5 (http://www.mono-project.com/download/stable/)
Copy NativeCore.so from Maybe someone with more knowlegde about make files could add the copy? Then start ReClass.NET and get the error System.IO.FileNotFoundException: /ReClass.NET/ReClass.NET/bin/Debug/x64/NativeCore.so 😕 Edit: Looks like dlopen doesn't work (anymore)?! |
What is the recommended build environment for compiling this on linux? A small guide would be appreciated
The text was updated successfully, but these errors were encountered: