SFML community forums

Bindings - other languages => DotNet => Topic started by: nik on July 22, 2021, 05:35:48 pm

Title: Build SFML for ARM
Post by: nik on July 22, 2021, 05:35:48 pm
Hello friends,

I have an easy graphic application wrote in .NET Core 3.0 with SFML for show image stream from webcam.
The application run correct on Linux Debian x86/x64 architecture. Bud now I have single board with ARM CPU and Linux Debian.

Please, how can I compile native library .so file for ARM architecture on Linux Debian?
Can you help me, please?

Thanks
Nik
Title: Re: Build SFML for ARM
Post by: eXpl0it3r on July 25, 2021, 11:30:35 pm
You'll probably need to cross compile SFML for ARM, then do that for CSFML as well and finally and provide it for .NET