From owner-freebsd-mono@freebsd.org Sat Jun 18 09:23:13 2016 Return-Path: Delivered-To: freebsd-mono@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9319EA77E91 for ; Sat, 18 Jun 2016 09:23:13 +0000 (UTC) (envelope-from cs@innolan.dk) Received: from avril.innolan.net (ntp2.innolan.net [90.184.222.115]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 55543152F for ; Sat, 18 Jun 2016 09:23:12 +0000 (UTC) (envelope-from cs@innolan.dk) Received: from [192.168.10.60] (unknown [192.168.222.119]) by avril.innolan.net (Postfix) with ESMTP id 5338361F90A; Sat, 18 Jun 2016 11:23:08 +0200 (CEST) Subject: Re: maintaining ports and mono To: Russell Haley References: <5763A1F6.9090501@gmail.com> Cc: Freebsd-mono From: Carsten Larsen Message-ID: <576512FC.9060203@innolan.dk> Date: Sat, 18 Jun 2016 11:23:08 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.8.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-mono@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Mono and C# applications on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Jun 2016 09:23:13 -0000 On 18-06-2016 at 02:57 Russell Haley wrote: > On Fri, Jun 17, 2016 at 2:59 PM, Aaron Havens wrote: >> Has any work started on a port for the .NET Core? I have looked at it and >> worked on getting the build instructions updated in GitHub but ran out of >> time. If someone is working on it I would be willing to see what they were >> working on and if I could chip in. > I had .net Core working many many moons ago but it required that you > build binaries (runtime?) on a Windows machine and then transfer them > over. I will check if I still have notes. Build instructions are at the repo: https://github.com/dotnet/coreclr/blob/master/Documentation/building/freebsd-instructions.md nuget is required but no Windows installation is needed.