Yes you can! The package can be compiled using Mono once you have the correct libraries installed:
Building on Linux This package can be built under Linux. On Ubuntu 14.04, you need the following packages and their dependencies: - mono-xbuild - libmono-microsoft-build-tasks-v4.0-4.0-cil - libmono-system-serviceprocess4.0-cil - libmono-system-management4.0-cil A simple xbuild /p:Configuration=Release /p:Platform=AnyCPU OpenVPNService.sln should be sufficient to generate the binaries. On Fri, Jan 22, 2016 at 8:05 PM, Gert Doering <[email protected]> wrote: > Hi, > > On Fri, Jan 22, 2016 at 07:31:37PM +0800, Daniel Sim wrote: > > I have rewritten openvpnserv.exe in C# to support auto-restart on > > termination and to support suspend/resume. > > Can you cross-build C# binaries? If yes, what do you need? > > gert > -- > USENET is *not* the non-clickable part of WWW! > // > www.muc.de/~gert/ > Gert Doering - Munich, Germany > [email protected] > fax: +49-89-35655025 > [email protected] >
