[X2Go-Commits] page changed: wiki:development:build-howto-mswin:x2goclient
wiki-admin at x2go.org
wiki-admin at x2go.org
Thu Jan 21 14:45:08 CET 2016
A page in your DokuWiki was added or changed. Here are the details:
Date : 2016/01/21 13:45
Browser : Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.111 Safari/537.36
IP-Address : 96.245.16.231
Hostname : pool-96-245-16-231.phlapa.fios.verizon.net
Old Revision: http://wiki.x2go.org/doku.php/wiki:development:build-howto-mswin:x2goclient?rev=1453381271
New Revision: http://wiki.x2go.org/doku.php/wiki:development:build-howto-mswin:x2goclient
Edit Summary: [Installing Cygwin] Add automated command
User : mikedep333
@@ -222,8 +222,14 @@
Choose your cygwin directory. For example c:\cygwin. Follow installer instructions.
For the X2Go-WinBuilder VM, install to D:\cygwin.YYYY-MM-DD instead.
+
+ You can automate the entirety of the instructions below with this command, except for selecting the source packages to install:
+
+ <code>
+ setup-x86.exe -P
"autoconf,automake,gcc-core,gcc-g++,git,libX11-devel,libjpeg-devel,libpng-devel,libmpfr4,make,zlib-devel,wget,libedit-devel,libncurses-devel,openssl-devel,patch,bashdb,bash-completion,chere,colorgcc,colordiff,diffutils,dos2unix,cygcheck-dep,cygutils-extra,indent,mc,renameutils,vim,git-completion,patchutils,openssh,xz,unzip,nano,bzip2,time"
+ </code>
on installer page "Select Packages" you can select programs and libraries that should be installed in your cygwin environment. For building of nxproxy you will need:
* ''autoconf''
* ''automake''
@@ -232,9 +238,9 @@
* ''git''
* ''libX11-devel''
* ''libjpeg-devel''
* ''libpng15-devel'' (X2Go Client 4.0.3.x)
- * ''libpng-devel'' (X2Go Client 4.0.4.x & 4.0.5.x)
+ * ''libpng-devel'' (X2Go Client 4.0.4.x or 4.0.5.x)
* ''libmpfr4''
* ''make''
* ''zlib-devel''
* ''wget''
@@ -279,9 +285,9 @@
* gcc (select source for: gcc-core)
* libedit (select source for: libedit0)
* libjpeg-turbo
(select source for: libjpeg-devel)
* libpng15 (select source for: libpng-devel) (X2Go Client 4.0.3.x)
- * libpng (select source for: libpng-devel) (X2Go Client 4.0.4.x)
+ * libpng (select source for: libpng-devel) (X2Go Client 4.0.4.x or 4.0.5.x)
* ncurses (select source for: libncurses-devel)
* openssh (source, but not binary)
* openssl
* zlib (select source for: zlib-devel)
--
This mail was generated by DokuWiki at
http://wiki.x2go.org/
More information about the x2go-commits
mailing list