Tuesday, November 8, 2016

Fluent compilation error: 'cl' is not recognized as an internal or external command

In the case you get the error

'cl' is not recognized as an internal or external command,
operable program or batch file.
NMAKE :  U1077: 'cl' : return code '0x1'
Stop.

Install the C++ tools since they are not being installed by default in Visual Studio 2015. Run the setup again, and install the C++ 



No comments:

How to Encrypt and Decrypt Files With GPG on Linux

https://www.howtogeek.com/427982/how-to-encrypt-and-decrypt-files-with-gpg-on-linux/