Open
Description
The deployCC command provides the ability to deploy Go/Java/Typescript/Javascript chaincode. However in almost all cases this will fail (and that applies for the provided samples in fabric-samples as well) unless you have appropriate compilers installed. The only exception is javascript which doesn't require any sort of compiler
The problem is this doesn't appear to be documented anywhere within the test-network sections. Maybe it should refer to pre-reqs and we should make sure the pre-reqs section provides a list of compilers and some reference to where to determine the required supported versions of GoLang, Java and Node (for node see hyperledger/fabric-samples#591 for details)