Commit Graph

16 Commits

Author SHA1 Message Date
Dan Ciruli 4175d84d00 Update INSTALL for C
Missed a step
2015-02-25 16:24:22 -08:00
Dan Ciruli de3c654bc9 Clarify INSTALL
Added better instructions (including the git instructions).
2015-02-25 12:50:09 -08:00
Nicolas "Pixel" Noble 522d7122a8 Polishing Makefile to better install targets.
-) renamed cpp_plugin and ruby_plugin to grpc_cpp_plugin and grpc_ruby_plugin.
-) installing plugins.
-) install will now run protobuf's installation too.
-) adding documentation about installation prefix.
2015-02-19 01:28:04 +01:00
vjpai 7cc2c309f3 Mac-specific Makefile inclusions and installation instructions
Not yet fully building due to some gtest anomalies on Mac.
2015-02-18 12:33:37 -08:00
Nicolas "Pixel" Noble d66cba2b93 Properly msan-instrumenting protobuf and our C++ tests - but gflags isn't instrumented yet. 2015-02-14 02:59:12 +01:00
Nicolas Noble c70752af76 Updating build instructions in regard to protobuf. 2015-02-12 17:01:52 -08:00
Abhishek Kumar 6749e73561 Fix spelling: recommend 2015-02-10 10:59:52 -08:00
Abhishek Kumar 3dd9df9359 Updated INSTALL to clarify phrasing around OpenSSL. 2015-02-10 10:16:41 -08:00
Alistair Veitch 3b06068cb5 Fixed protobuf build instructions 2015-01-28 12:22:00 -08:00
Nicolas "Pixel" Noble d56602133c OpenSSL 1.0.2 is out of beta - let's update our own repositories to reflect that. 2015-01-23 20:53:57 +01:00
Nathaniel Manista 840615ed27 Add Python to run-tests. 2015-01-22 20:31:47 +00:00
Nicolas Noble 6ae8ef1dd3 Substantially rewriting INSTALL instructions. 2015-01-16 15:39:17 -08:00
Nicolas Noble 7ce706b722 Removing libevent from third_party, as it's no longer necessary. 2015-01-13 16:18:11 -08:00
nnoble 69ac39f4be Makefile will now build zlib and/or OpenSSL if needed.
-) Detecting system and embedded presence of zlib and OpenSSL with ALPN.
-) Automatically disabling secure targets if no OpenSSL present
--> make all won't work if no OpenSSL is present, forcing the users to select the nonsecure Makefile targets explicitely.
-) Removing build instructions for OpenSSL - this isn't really necessary anymore.
-) Adding more blurb about OpenSSL and the new Makefile features.
	Change on 2014/12/12 by nnoble <nnoble@google.com>
-------------
Created by MOE: http://code.google.com/p/moe-java
MOE_MIGRATED_REVID=82020890
2014-12-12 16:36:51 -08:00
vpai e99270d63a Minor changes to make life easier for git newbies...
Change on 2014/12/11 by vpai <vpai@google.com>
-------------
Created by MOE: http://code.google.com/p/moe-java
MOE_MIGRATED_REVID=81937816
2014-12-12 16:16:10 -08:00
nnoble 0005b778ee Adding an INSTALL file for the opensource release.
Change on 2014/12/10 by nnoble <nnoble@google.com>
-------------
Created by MOE: http://code.google.com/p/moe-java
MOE_MIGRATED_REVID=81828626
2014-12-11 15:11:44 -08:00