diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2020-02-14 16:36:03 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2020-02-14 16:36:03 +0300 |
commit | 74a6024491a817c4c6d42926dee0b1d7c5c27ef2 (patch) | |
tree | 411849b0247a1d93f2a637d8268efe8e7966e634 /cygwin.md | |
parent | windows-app.md: more choco packages (diff) | |
download | notes-74a6024491a817c4c6d42926dee0b1d7c5c27ef2.tar.gz notes-74a6024491a817c4c6d42926dee0b1d7c5c27ef2.zip |
cygwin.md: update package list
Diffstat (limited to 'cygwin.md')
-rw-r--r-- | cygwin.md | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -4,6 +4,9 @@ Cygwin packages I install those on more or less every Cygwin installation at some point or another, so I thought it would be useful to make a complete list. +* autoconf +* automake +* bc * chere (`chere -i -t mintty -s bash -e 'Open Cygwin here'`) * cmake * curl @@ -13,6 +16,7 @@ another, so I thought it would be useful to make a complete list. * gcc-g++ * git * gnupg +* libtool * make * mingw64-i686-gcc-g++ * mingw64-x86_64-gcc-g++ @@ -30,15 +34,11 @@ another, so I thought it would be useful to make a complete list. * wget ``` -choco install --source=cygwin chere cmake curl cygcheck-dep diffutils dos2unix gcc-g++ git gnupg make mingw64-i686-gcc-g++ mingw64-x86_64-gcc-g++ nano openssh openssl p7zip patch python3 rsync screen tree vim unzip wget +choco install --source=cygwin autoconf automake bc chere cmake curl cygcheck-dep diffutils dos2unix gcc-g++ git gnupg libtool make mingw64-i686-gcc-g++ mingw64-x86_64-gcc-g++ nano openssh openssl p7zip patch python3 rsync screen tree vim unzip wget ``` Packages I sometimes find particularly useful or even essential: -* autoconf -* automake -* bc * email -* libtool * source-highlight * sqlite3 |