Skip to content

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

Closed
stevemk14ebr opened this issue Feb 27, 2018 · 3 comments
Closed

Linux build environment #47

stevemk14ebr opened this issue Feb 27, 2018 · 3 comments

Comments

@stevemk14ebr
Copy link
Contributor

stevemk14ebr commented Feb 27, 2018

What is the recommended build environment for compiling this on linux? A small guide would be appreciated

@KN4CK3R
Copy link
Member

KN4CK3R commented Feb 27, 2018

You need to install msbuild and gcc. Then you can just use the make file to build the whole project if I remember correctly.

@KN4CK3R
Copy link
Member

KN4CK3R commented Feb 27, 2018

Install Mono >= 5 (http://www.mono-project.com/download/stable/)

sudo apt-get install gcc
git clone https://github.com/ReClassNET/ReClass.NET.git
cd ReClass.NET
make update
make debug

Copy NativeCore.so from
/ReClass.NET/NativeCore/Unix/build/debug
to
/ReClass.NET/ReClass.NET/bin/Debug/x64

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 😕
Currently don't know what's the problem here.

Edit: Looks like dlopen doesn't work (anymore)?!

@stevemk14ebr
Copy link
Contributor Author

Fixed by #84 and #85

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

2 participants