From 3209a9fa6e87ad4d2f9d1087a1206347df4c6214 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 24 Nov 2016 11:38:44 +0200 Subject: Reorganize the script structure --- INSTALL | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'INSTALL') diff --git a/INSTALL b/INSTALL index b51a1d8..7b8cadd 100644 --- a/INSTALL +++ b/INSTALL @@ -31,7 +31,11 @@ example: export PATH=$HOME/msvc-linux:$PATH Alternatively, if you have something like ~/bin/ that is already in PATH, then -you can simply add symlinks to the scripts. +you can simply add symlinks to the scripts. This way you can also choose +shorter tool names, for example: + +for t in cl link lib mt rc; do \ + ln -s .../msvc-linux/$t-14u2-64 ~/bin/$t-14; done Install Wine -- cgit v1.1