[X2Go-Commits] page changed: wiki:development:build-howto-mswin:x2goclient
wiki-admin at x2go.org
wiki-admin at x2go.org
Sun Feb 22 17:37:10 CET 2015
A page in your DokuWiki was added or changed. Here are the details:
Date : 2015/02/22 16:37
Browser : Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.111 Safari/537.36
IP-Address : 71.175.97.130
Hostname : pool-71-175-97-130.phlapa.fios.verizon.net
Old Revision: http://wiki.x2go.org/doku.php/wiki:development:build-howto-mswin:x2goclient?rev=1424622795
New Revision: http://wiki.x2go.org/doku.php/wiki:development:build-howto-mswin:x2goclient
Edit Summary: [X2Go Client package folder (scripted)] Rework for using the nsis/x2goclient folder or the dist folder. Also, binaries are copied over in previous step.
User : mikedep333
@@ -237,15 +237,14 @@
x2goclient-contrib\upx\3.91_bin\upx.exe
</code>
==== X2Go Client package folder (scripted) ====
- To make X2Go Client usable on Windows, you must put X2Go Client binaries and all libraries and components in one directory.
+ To make X2Go Client usable on Windows, all
libraries and components must be in the some directory as where the 2 binaries are.
- All of the files referenced below (except for the X2Go Client binaries and the OpenSSL-Win32 library) can be obtained from [[http://code.x2go.org/gitweb?p=x2goclient-contrib.git;a=summary|x2goclient-contrib.git]] on http://code.x2go.org
+ All of the files referenced below (OpenSSL-Win32 library) can be obtained from [[http://code.x2go.org/gitweb?p=x2goclient-contrib.git;a=summary|x2goclient-contrib.git]] on http://code.x2go.org
- In the base directory of your X2Go Client source tree create a folder named ''dist/''. To this folder you have to add the following components:
+ In the previous step, you chose either the ''dist'' or ''nsis/x2goclient'' folder. To this folder you have to add the following components:
- * X2Go Client binaries
* libraries
* nxproxy with libraries
* Open SSH Server with libraries (optional)
* PuTTY
@@ -255,12 +254,17 @@
You can then install all of
them, except for the X2Go Client binaries, by using the copy-deps-win32.bat script in the x2goclient source folder.
* 1st, do a find & replace in the script to replace the path to x2goclient-contrib with your own.
* 2nd, do a find & replace in the script to replace the path to OpenSSL32-Win32 with your own.
- Now run the script, telling it to copy to the dist folder
+ Now run the script, telling it to copy to the ''dist'' folder
<code>
cd x2goclient
copy-deps-win32.bat dist
+ </code>
+ or to the ''nsis/x2goclient'' folder
+ <code>
+ cd x2goclient
+ copy-deps-win32.bat nsis/x2goclient
</code>
--
This mail was generated by DokuWiki at
http://wiki.x2go.org/
More information about the x2go-commits
mailing list