Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: Has anyone built the .Net bindings on Linux successfully ?  (Read 2853 times)

0 Members and 1 Guest are viewing this topic.

Sonkun

  • Full Member
  • ***
  • Posts: 241
    • View Profile
Has anyone built the .Net bindings on Linux successfully ?
« 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.
Interested in using SFML with Python ? Try out its Python binding!

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
Re: Has anyone built the .Net bindings on Linux successfully ?
« Reply #1 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.
Laurent Gomila - SFML developer

Regis

  • Newbie
  • *
  • Posts: 13
    • View Profile
    • http://www.regisblog.fr
Re: Has anyone built the .Net bindings on Linux successfully ?
« Reply #2 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)

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
Re: Has anyone built the .Net bindings on Linux successfully ?
« Reply #3 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?
Laurent Gomila - SFML developer

cpolymeris

  • Jr. Member
  • **
  • Posts: 65
    • View Profile
    • Email
Re: Has anyone built the .Net bindings on Linux successfully ?
« Reply #4 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á!