1
DotNet / Re: How to compile a project with SFML.NET under Ubuntu?
« on: June 19, 2016, 08:10:58 am »Its very much possible, you need to first install SFML and CSFML. Then use the dllconfig files to remap csfml-xxx.dll to the platform specific versions (do it for each SFML.NET dll).
After that you should be good to go.
Thank you for your input zsbzsb, glad you clarified the procedure as you saved me a ton of time. It works. Thanks