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.
> 
> You can refer Arch Wiki for general usage of the pacman command:
> https://wiki.archlinux.org/index.php/pacman
> 
> To remove x64_86 toolchain, try:
>     pacman -R mingw-w64-x86_64-toolchain
> or:
>     pacman -R toolchain:x

I just deleted the directory contents, that's probably not the right way
to do it.

> Also you can clean the package cache.  The downloaded packages are stored in
> the C:\msys64\var\cache\pacman\pkg directory.
> See the following part for how to clean it:
> https://wiki.archlinux.org/index.php/pacman#Cleaning_the_package_cache
> (Or you can remove the files manually. It is not recommended, though.)

Thanks, that cleaned 330 Mbyte.  I think it's pretty bad to take up so
much storage.  My laptop disk is 95% full

Still, the 32 bit compiler takes up 750 Mbyte.  We should really have
instructions to make that as small as possible.  People who just want to
build Vim and nothing else should not need that much space on disk.


-- 
Send $25.00 for handy leaflet on how to make money by selling leaflets

 /// Bram Moolenaar -- b...@moolenaar.net -- 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 vim_dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Raspunde prin e-mail lui