diff --git a/README.cygwin b/README.cygwin index b1234a5abf07d10ef7c97a2e8a1122969da3c5f3..97bfdb62953bb32e31a28c89f8fc5a8a1d63ba25 100644 --- a/README.cygwin +++ b/README.cygwin @@ -14,7 +14,7 @@ Please be aware that due to the incompatibility of EPL and GPL licenses, one may and distribute the result. ( see https://mmilinkov.wordpress.com/2010/04/06/epl-gpl-commentary/). However from pure technical standpoint Titan can be compiled on GPL-licensed Cygwin as detailed below. -Last tested cygwin version: 3.1.7 +Last tested cygwin version: 3.2.0 Cygwin setup - If Cygwin is installed already, refresh your Cygwin installation @@ -26,7 +26,7 @@ Cygwin setup (A) Download and execute the latest cygwin installer utility, please use the 64-bit version installer: https://cygwin.com/setup-x86_64.exe - Latest setup version 2.904 (64 bit) + Latest setup version 2.908 (64 bit) (B) Select Install from Internet (recommended to save local disk space) @@ -105,9 +105,9 @@ Cygwin setup Starting with Cygwin 1.7.34 or later, set "db_home" in file "/etc/nsswitch.conf". Fore example set: - "db_home: /cygdrive/c/Users/<yourUserId>/My_Home". + "db_home: /cygdrive/c/Users/<yourUserId>/Documents/My_Home". - After changing the your home directory, + After changing your home directory, copy the .bashrc and the .profile file from the old home directory to the new home directory (from <your cygwin installation directory>/home/<yourUserId> to "/cygdrive/c/Users/<yourUserId>/Documents/My_Home") @@ -126,7 +126,7 @@ Cygwin setup Note: It is not a requirement, but is a kind of best practice to place Titan into a subfolder within your "unix" home directory. Edit the <your cygwin installation directory>/home/<yourUserId>/.bashrc - file. Add these lines to it: + file ( or "/cygdrive/c/Users/<yourUserId>/Documents/My_Home/.bashrc"). Add these lines to it: export TTCN3_DIR=${HOME}/titan.core export PATH=${TTCN3_DIR}/bin:${PATH} export LD_LIBRARY_PATH=${TTCN3_DIR}/lib:${LD_LIBRARY_PATH} diff --git a/README.linux b/README.linux index 60531ce5aba76b5b989029f804b1818c39bc0adf..3cbfc8e3ff18507b298a0fd091457aa3d1063889 100644 --- a/README.linux +++ b/README.linux @@ -1,4 +1,4 @@ -cd****************************************************************************** +****************************************************************************** * Copyright (c) 2000-2021 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v2.0