From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Angelo Graziosi Newsgroups: gmane.emacs.devel Subject: Re: New emacs download page Date: Fri, 19 Feb 2016 11:13:21 +0100 Message-ID: <56C6EAC1.9060205@alice.it> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1455876848 14593 80.91.229.3 (19 Feb 2016 10:14:08 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 19 Feb 2016 10:14:08 +0000 (UTC) To: Emacs developers Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Feb 19 11:13:59 2016 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1aWi4U-0003By-UD for ged-emacs-devel@m.gmane.org; Fri, 19 Feb 2016 11:13:59 +0100 Original-Received: from localhost ([::1]:50684 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aWi4U-00081l-8x for ged-emacs-devel@m.gmane.org; Fri, 19 Feb 2016 05:13:58 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:33803) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aWi4D-00081O-If for emacs-devel@gnu.org; Fri, 19 Feb 2016 05:13:42 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aWi48-0002WS-It for emacs-devel@gnu.org; Fri, 19 Feb 2016 05:13:41 -0500 Original-Received: from smtp203.alice.it ([82.57.200.99]:63085) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aWi48-0002WG-8c for emacs-devel@gnu.org; Fri, 19 Feb 2016 05:13:36 -0500 Original-Received: from [192.168.1.100] (87.12.223.9) by smtp203.alice.it (8.6.060.43) (authenticated as angelo.graziosi@alice.it) id 5697B69C0731B59E for emacs-devel@gnu.org; Fri, 19 Feb 2016 11:13:15 +0100 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 82.57.200.99 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:200198 Archived-At: Nicolas Petton wrote: > Hi guys, > > I moved the download section to its own page and added documentation for > the major GNU/Linux distributions as well as Windows and OS X. > > http://nicolas-petton.fr/ressources/emacs-website/download.html > > The FreeBSD & NetBSD sections are missing. Could someone fluent with > *BSD system tell me how to install Emacs on *BSD? For OSX I would add the MacPorts (https://www.macports.org/) installation. For example: sudo port install emacs-app (Cocoa build) sudo port install emacs-mac-app (Mac port build) (it has other options like GTK, devel etc.) Regarding Windows, for who uses MSYS2, the installation would be: pacman -S mingw-w64-x86_64-emacs (64 bit build) pacman -S mingw-w64-i686-emacs (32bit build) these are Windows "native" builds. But do not forget Cygwin builds! Another option would be to install https://sourceforge.net/projects/emacsbinw64/?source=directory or https://sourceforge.net/projects/emacs-bin/?source=directory Ciao, Angelo.