Browse Source

make note in developer guide that you must compile with Go1.1+

Alan Shreve 12 years ago
parent
commit
39bebc5e25
1 changed files with 2 additions and 0 deletions
  1. 2 0
      docs/DEVELOPMENT.md

+ 2 - 0
docs/DEVELOPMENT.md

@@ -16,6 +16,8 @@ There are Makefile targets for compiling just the client or server.
     make client
     make client
     make server
     make server
 
 
+**NB: You must compile with Go1.1+! ngrok will fail to compile with older versions of Go (such as 1.0.x)**
+
 ### Compiling release versions
 ### Compiling release versions
 Both the client and the server contain static asset files.
 Both the client and the server contain static asset files.
 These include TLS/SSL certificates and the html/css/js for the client's web interface.
 These include TLS/SSL certificates and the html/css/js for the client's web interface.