Installing additional packages for Cygwin

后端 未结 6 1729
太阳男子
太阳男子 2020-12-24 11:54

To install additional packages for Cygwin, do I just need to run the setup.exe again and choose from the packages list?

Also, doing this won\'t harm my

6条回答
  •  醉梦人生
    2020-12-24 12:08

    Additional option, may be helpful for someone:

    To install additional packages in windows from windows command line you can use your cygwin installer.
    I suppose, you've already downloaded it to install cygwin from here https://cygwin.com/install.html.

    $ setup-x86_64.exe -q -P graphviz
    

    see this guide for details: http://preshing.com/20141108/how-to-install-the-latest-gcc-on-windows/

提交回复
热议问题