Skip to content
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

Mono on RedHat #28

Open
wimpos opened this issue Mar 8, 2013 · 1 comment
Open

Mono on RedHat #28

wimpos opened this issue Mar 8, 2013 · 1 comment
Labels

Comments

@wimpos
Copy link

wimpos commented Mar 8, 2013

FxGQLC is developed with MONO on a UBUNTU machine.
Is there known support for MONO on red hat?

Some googling mentioned dat MONO isn't available on RedHat anymore. I would love to use this on our cloud server instead of on my local machine

@WimObiwan
Copy link
Owner

There are 2 possibilities:

  1. Compile Mono from source
    This is easy to do, it only takes a few simple steps: http://www.mono-project.com/Compiling_Mono_From_Tarball
    This page describes how to do it on CentOS (should be the same on RHEL):
    http://wiki.phonicuk.com/Installing-Mono-in-CentOS-5-x.ashx
    But I never did it on Centos or RHEL.
  2. Run FxGqlC without mono
    There seems to be a cool way to run a .net application without a .net framework being installed!
    http://www.mono-project.com/Guide:Running_Mono_Applications#Bundles
    FxGqlC has no dependencies on Gtk# (currently), so it should be possible to do. Please let me know if you have try this ;-)
    As far as I think, you will still need to install mono on a RHEL machine (using method 1 above), create the bundle, and thereafter you will be able to use the bundled FxGqlC without mono on other RHEL machines.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants