From: balaskoa Date: Thu, 2 Jun 2016 14:57:47 +0000 (+0200) Subject: Bug 495313 - Documentation: add equivalent of folder /bin to the Windows Path X-Git-Url: http://git.efficios.com/?p=deliverable%2Ftitan.core.git;a=commitdiff_plain;h=10f618c1e1263afc792ff7671bed9aec12049dcd Bug 495313 - Documentation: add equivalent of folder /bin to the Windows Path Signed-off-by: balaskoa --- diff --git a/README.cygwin b/README.cygwin index d41316f..613bbdc 100644 --- a/README.cygwin +++ b/README.cygwin @@ -92,8 +92,11 @@ Cygwin setup "/cygdrive/c/Users//Documents/My_Home" WARNING: The path of your "unix" home directory shall not contain any space! - - (J) Using the bynary Titan package: download the Titan package for from + (I1) If you are working with Titan plugins for Eclipse or any Windows based program + using cygwin commands, insert the Windows equivalent path of cygwin folders "/bin" or/and "/usr/bin" + into the Windows environment variable "Path". For example if the cygwin root is "C:\cygwin64" then + Path should contain "C:\cygwin64\bin;C:\cygwin64\usr\bin". + (J) Using the binary Titan package: download the Titan package for from GitHub. Unpack the Titan package into a folder of your choice. Note: It is not a requirement, but is a kind of best practice to place Titan into a subfolder within your "unix" home directory. diff --git a/usrguide/installationguide.doc b/usrguide/installationguide.doc index 9236b8b..86819e0 100644 Binary files a/usrguide/installationguide.doc and b/usrguide/installationguide.doc differ