Re: [Python.NET] Build guide for Python.NET using Mono on Linux?

2015-09-11 Thread Tony Roberts
Look at .travis.yml or the travis-ci jobs to see how to build on Linux. Tony On Thu, Sep 10, 2015 at 10:35 PM Denis Akhiyarov wrote: > You need to change the configuration of build to Mono from Win. Maybe > MonoDevelop supports this for solution/project files? If you build using > setup.py wha

Re: [Python.NET] Build guide for Python.NET using Mono on Linux?

2015-09-11 Thread Jonno
Thanks Tony, the instructions in travis.yml worked - mostly. I had a glib-2.0 not found error that I solved by installing libgtk2.0 then it completed ok. On Fri, Sep 11, 2015 at 3:15 AM, Tony Roberts wrote: > Look at .travis.yml or the travis-ci jobs to see how to build on Linux. > > Tony > > >