X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:content-type; bh=kYatbfrUGjpl7XgWacrw6IR2JVE8sg1ozkD3qwh1YBw=; b=1DJ0No7sfzTw3fN7tpKCz04wIyqvc9Nsilcr+9VIwqeMtozNqbhW8fNef6ma+ivHsY U7B0YkpuSnQFmukthtiiP4PoScGUWmzIsx/GMpXh6YGWmWf/XNCCpuFCxuYQeIEPkzRp JD4xddu+8Urwzg5u3dWJNlioTnhsDG3vrhBWyLpBG7LLTYJWx4DbvT7foNcjAVP9PaWw VFrCN6VRJthaVcwdsp2+bDjZNft6xqC8vRlv2GdD92jgUFv8OI9kluDpwWpBmwTcuHpC N3A/5dqhz3QeBBDC+7Gs9QFjB+WsBOBpUR2o6YybcpKXZEu5026vy0HfPK0BmORsR0XG 2pFQ== MIME-Version: 1.0 X-Received: by 10.60.168.198 with SMTP id zy6mr9986868oeb.89.1359327583080; Sun, 27 Jan 2013 14:59:43 -0800 (PST) In-Reply-To: <201301212142.r0LLg97p027622@envy.delorie.com> References: <201301210136 DOT r0L1ag99000827 AT envy DOT delorie DOT com> <201301212142 DOT r0LLg97p027622 AT envy DOT delorie DOT com> Date: Sun, 27 Jan 2013 17:59:42 -0500 Message-ID: Subject: Re: [geda-user] crosscompile for windows with minipack From: Charles Lepple To: geda-user AT delorie DOT com Content-Type: text/plain; charset=ISO-8859-1 Reply-To: geda-user AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: geda-user AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Mon, Jan 21, 2013 at 4:42 PM, DJ Delorie wrote: > >> Excuse my ignorance: What is the "geda-runtime.nsi"? It looks like a >> script to run before geda *.exe binaries are run. Where should it be put? > > *.nsi files are templates that build Windows package installers. http://nsis.sourceforge.net/Main_Page One feature that they don't highlight much on the NSIS page is that while it builds Windows installers (with very minimal overhead), the installer compiler does not necessarily need to run on Windows, and there is even a version packaged in Debian. Now, if only the cross-compilation process wasn't so much of a nightmare... but that's a different rant. -- - Charles Lepple