SFML community forums

Bindings - other languages => DotNet => Topic started by: Sonkun on June 18, 2013, 09:01:44 pm

Title: Has anyone built the .Net bindings on Linux successfully ?
Post by: Sonkun on June 18, 2013, 09:01:44 pm
I wish to package the .Net bindings for Ubuntu/Fedora but I know nothing about them. Do they work on Linux ? Or it's meant to be for Windows only ?

Has anyone built the.Net bindings on Linux using Mono successfully ? If yes, how ? What packages do we need to install ? What do we have to type to compile from command lines. Can anyone give a complete set of command line, since packages are just scripts which execute them.
Title: Re: Has anyone built the .Net bindings on Linux successfully ?
Post by: Laurent on June 18, 2013, 11:17:39 pm
I know that .Net assemblies work directly on Linux (no need to recompile), but I don't know if someone ever tried to build them on this OS, and how it would be done.
Title: Re: Has anyone built the .Net bindings on Linux successfully ?
Post by: Regis on June 20, 2013, 06:39:46 pm
I did it. I send a patch to Laurent but he refused it.

As far I remember you must create a new monoproject. I'll check my archives to find the solution.

(Unfortunately there's only 24 hours in a day)
Title: Re: Has anyone built the .Net bindings on Linux successfully ?
Post by: Laurent on June 20, 2013, 07:14:08 pm
Quote
I send a patch to Laurent but he refused it.
Really? When? Where is this patch?
Title: Re: Has anyone built the .Net bindings on Linux successfully ?
Post by: cpolymeris on June 27, 2013, 02:47:29 am
I have had no trouble building the .Net bindings on Linux/Mono. Just needed to install csfml, imported the SFML.Net projects into monodevelop, hit F7, voilá!