From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Arash Esbati Newsgroups: gmane.emacs.devel Subject: Instructions for building Emacs with homebrew Date: Fri, 30 Jun 2023 14:24:57 +0200 Message-ID: <86edlt87dy.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="6701"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) To: emacs-devel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Fri Jun 30 14:26:25 2023 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1qFDCj-0001WJ-Ai for ged-emacs-devel@m.gmane-mx.org; Fri, 30 Jun 2023 14:26:25 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qFDBq-0007Y2-SX; Fri, 30 Jun 2023 08:25:30 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qFDBp-0007XK-2K for emacs-devel@gnu.org; Fri, 30 Jun 2023 08:25:29 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qFDBo-0007gE-Oe for emacs-devel@gnu.org; Fri, 30 Jun 2023 08:25:28 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:Date:Subject:To:From:in-reply-to: references; bh=mVTIJx4V+jWzSo5/wTM+wegEaYXIJSQ3St1DxxOmb18=; b=lqP+hs9s2dJZsR h91i+oX7LWVvGoGiAWileGQdXAP9OsNI+xhNepBNuQj8olrbZH3Utd0DyPdQIpZuFxqjUZ30qsLP3 kpfML02rambY71nEK+rrQkN9VMpw4zE5R/GUN83oxXZ/yAGnHrWtxhwVvW5EkgTcxUTTBgR+fXt9K 9TDAWdgvoyB9HTNugYppbC60+8kvH9B8lsKx3rvLSIPDuYwAxZNDLdI3uADUtd5keI+juceGoUgEI Pe/YeDxxxHOHMrXBNbtfEWXDs0Cb+aSH7X6rqA8qMkSdsjCXBRvH61L8ib9VLweOiTJerdWNvcajz 4HEFo4IPp3zTFFyb4T5Q==; Original-Received: from pd9fb7546.dip0.t-ipconnect.de ([217.251.117.70] helo=MUTANT) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qFDBg-0001Ep-QS for emacs-devel@gnu.org; Fri, 30 Jun 2023 08:25:24 -0400 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 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-mx.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:307315 Archived-At: Hi all, I have a MacBook Air M2 and plan to build Emacs with tools provided by homebrew. Would it be useful to write down this procedure like what Emacs has under nt/INSTALL.W64, say nextstep/INSTALL.homebrew? Best, Arash