]> git.lyx.org Git - lyx.git/commit
Describe how to set env vars for the MSVC compiler
authorGeorg Baum <baum@lyx.org>
Sun, 19 Jun 2016 11:26:48 +0000 (13:26 +0200)
committerGeorg Baum <baum@lyx.org>
Sun, 19 Jun 2016 11:26:48 +0000 (13:26 +0200)
commita88d1f023bcb47d4658fa1608d343f626f8bec57
tree70f7bae7734bdc091d6e1f514704c6c781b200ac
parentc7c9744368cfabfaf29a6071954eb6c1500e6d55
Describe how to set env vars for the MSVC compiler

The old instructions did assume that the MSVC bin directory was in the PATH.
This is not recommended, since it gets in the way if you want to compile for
32 and 64 bit. Therefore it is now described how to configure without the
PATH dependency.
INSTALL.Win32