Ken Takata wrote:
[...]
> > > Open the "MSYS2 MSYS" icon from the Start Menu, then you can use the
> > > following
> > > command to install them:
> > >
> > > pacman -S base-devel mingw-w64-i686-toolchain
> > > mingw-w64-x86_64-toolchain
> > >
> > > Or you can use the `pacboy` command to avoid long package names:
> > >
> > > pacboy -S base-devel: toolchain:m
> >
> > This asks what packages to install. Should this install "all"?
> > It installs an awful lot of stuff, it says it uses 1.5 Gbyte.
> > My laptop is almost full...
>
> If you only want to build 32-bit Vim, you don't need to install the x86_64
> toolchain. In this case, you can use one of the following commands:
>
> pacman -S base-devel mingw-w64-i686-toolchain
> or:
> pacboy -S base-devel: toolchain:i
> (The ":i" suffix means i686 only.)
>
> If you only want to build 64-bit Vim, you don't need to install the i686
> toolchain. In this case, you can use one of the following commands:
>
> pacman -S base-devel mingw-w64-x86_64-toolchain
> or:
> pacboy -S base-devel: toolchain:x
> (The ":x" suffix means x86_64 only.)
>
>
> Some of the package might not be needed for building Vim, but I haven't
> checked which is necessary and which is not.
> The above package groups are generally useful for building many kind of
> programs.
I deleted the 64 bit directory, that was 700 Mbyte. Now the 32 bit
directory is still taking 700 Mbyte. It would be useful to find out how
to reduce that.
> > That uses the MSYS console, where just about nothing works. "git pull"
> > doesn't work. Can't even run the Vim I just build in it. How to build
> > Vim in a normal Windows console?
>
> When the MSYS2 console is executed, MSYS2 stops exporting the current $PATH
> by default. If you want to use git in MSYS2 console, there are two ways.
>
> 1. Change the MSYS2 setting to export the current $PATH
> See C:\msys64\msys2_shell.cmd for detail.
> 2. Install the MSYS2 version of git
> MSYS2 has its own version of git. You can install it by pacman/pacboy.
I don't really want to use the MSYS2 console, it's like using Linux on a
Windows system. When doing "pwd" I see a different home directory,
among other surprises. I prefer using the Windows console, since that
is what most people will be using.
--
hundred-and-one symptoms of being an internet addict:
157. You fum through a magazine, you first check to see if it has a web
address.
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\ an exciting new programming language -- http://www.Zimbu.org ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.