Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
P
protobuf
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
protobuf
Commits
cd04e9b7
Commit
cd04e9b7
authored
Mar 16, 2015
by
jesse
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rename python README, and fix markdown in java and python respectively
parent
bf055926
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
1 deletion
+12
-1
README.md
java/README.md
+6
-0
README.md
python/README.md
+6
-1
No files found.
java/README.md
View file @
cd04e9b7
Protocol Buffers - Google's data interchange format
===================================================
[
![Build Status
](
https://travis-ci.org/google/protobuf.svg?branch=master
)
](https://travis-ci.org/google/protobuf)
Copyright 2008 Google Inc.
This directory contains the Java Protocol Buffers runtime library.
...
...
@@ -55,12 +59,14 @@ E.g. to install the lite version of the jar, you would run:
The resulting artifact has the 'lite' classifier. To reference it
for dependency resolution, you would specify it as:
```
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
<version>${version}</version>
<classifier>lite</classifier>
</dependency>
```
Installation - Without Maven
============================
...
...
python/README.
txt
→
python/README.
md
View file @
cd04e9b7
Protocol Buffers - Google's data interchange format
===================================================
[
![Build Status
](
https://travis-ci.org/google/protobuf.svg?branch=master
)
](https://travis-ci.org/google/protobuf)
Copyright 2008 Google Inc.
This directory contains the Python Protocol Buffers runtime library.
...
...
@@ -66,7 +70,9 @@ Installation
5) Install:
$ python setup.py install
or:
$ python setup.py install --cpp_implementation
This step may require superuser privileges.
...
...
@@ -103,4 +109,3 @@ change the default so that C++ implementation is used whenever it is available.
It is strongly recommended to run
`python setup.py test`
after setting the
variable to "cpp", so the tests will be against C++ implemented Python
messages.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment