A page in your DokuWiki was added or changed. Here are the details: Date : 2017/03/26 14:29 Browser : Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.110 Safari/537.36 IP-Address : 71.168.224.33 Hostname : pool-71-168-224-33.cmdnnj.fios.verizon.net Old Revision: http://wiki.x2go.org/doku.php/wiki:development:build-howto-mswin:x2goclient?... New Revision: http://wiki.x2go.org/doku.php/wiki:development:build-howto-mswin:x2goclient Edit Summary: [Scripted Copying] User : mikedep333 @@ -502,16 +502,15 @@ You can then install all of them by using the ''copy-deps-win32.bat'' script in the x2goclient source folder. 1st, clone [[http://code.x2go.org/gitweb?p=x2goclient-contrib.git;a=summary|x2goclient-contrib.git]] on http://code.x2go.org if you haven't already done so. - 2nd, update the ''copy-deps-win32.bat'' script. - * Do a find & replace in the script to replace the path to x2goclient-contrib with your own. - * 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 with the following arguments. In this example: + * ..\x2goclient-contrib is the path to the x2goclient-contrib git repo + * D:\OpenSSL-Win32\ is the path to OpenSSL-Win32's installation folder (not the exact folder with the DLL's) + * "dist" is the subfolder you wish to run x2goclient from <code> cd x2goclient - copy-deps-win32.bat dist + copy-deps-win32.bat ..\x2goclient-contrib D:\OpenSSL-Win32 dist </code> or to the ''nsis/x2goclient'' folder <code> cd x2goclient -- This mail was generated by DokuWiki at http://wiki.x2go.org/