[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Compile latest snapshot for Windows cygwin
From: |
Assaf Gordon |
Subject: |
Re: Compile latest snapshot for Windows cygwin |
Date: |
Fri, 6 Nov 2020 22:46:42 -0700 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.4.0 |
Hello,
On 2020-11-05 3:26 p.m., tacp--- via wrote:
What commands download and compile latest sed snapshot.
As explained here:
https://www.gnu.org/software/sed/#download
Your can find the latest tarballs on the gnu server, e.g.:
https://ftp.gnu.org/gnu/sed/
File
https://git.savannah.gnu.org/cgit/sed.git/snapshot/sed-36e24f199f32ba51796f0cd4da690674059ee91a.tar.gz
misses configure file, maybe others.
If you are compiling from directly from the git repository,
you'll need to first run ./bootstrap to generate the "configure" file.
Lastly, specifically for windows/cygwin, see here for several options:
https://lists.gnu.org/archive/html/sed-devel/2018-12/msg00031.html
(just be sure to replace "4.7" with "4.8" - the current latest version).
regards,
- assaf