[Github-comments] [geany/geany] Use pre-compiled 'grep' binary from MSYS2 on Windows (#1301)
Thomas Martitz
notifications at xxxxx
Sun Nov 13 11:58:56 UTC 2016
kugel- commented on this pull request.
> @@ -212,6 +212,10 @@ copy_grep_and_dependencies() {
if [ "${own_arch}" == "${ABI}" -o -z "${MSYS2_ABI_PATH}" ]; then
bin_dir="/usr/bin"
else
+ # TODO we could maybe download MSYS2 from http://www2.futureware.at/~nickoe/msys2-mirror/distrib/
+ # extract the relevant files, download "grep" from
+ # http://www2.futureware.at/~nickoe/msys2-mirror/msys/${ABI}/grep-2.XX-1-${ABI}.pkg.tar.xz
+ # and so automate this even more than requiring an existing separate MSYS installation
I think this comment is weird. The script is meant to be run from an MSYS2 shell.
Besides, you can use pacman to download the archive files, the other parts of the bundle script do that.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/1301#pullrequestreview-8313914
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20161113/c13bc954/attachment.html>
More information about the Github-comments
mailing list