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
0556bf43
Commit
0556bf43
authored
Apr 02, 2015
by
Kun Zhang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typo in README
parent
9a8bae72
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
README.md
protoc-artifacts/README.md
+2
-2
No files found.
protoc-artifacts/README.md
View file @
0556bf43
...
...
@@ -30,7 +30,7 @@ $ mvn install
## Cross-compilation
The Maven script will try to detect the OS and the architecture from Java
system properties. It's possible to build a protoc binary for an arhitecture
system properties. It's possible to build a protoc binary for an ar
c
hitecture
that is different from what Java has detected, as long as you have the proper
compilers installed. For example, MingGW32 only ships with 32-bit compilers,
but you can still build 32-bit protoc under a 64-bit system, with the following
...
...
@@ -42,7 +42,7 @@ $ mvn install -Dos.detected.arch=x86_32
## To push artifacts to Maven Central
Before you can upload artifacts to Maven Central repository, make sure you have
read
[
this page
](
http://central.sonatype.org/pages/apache-maven.html
)
on how to
configure GPG and Sonatype account
configure GPG and Sonatype account
.
Use the following command to upload artifacts:
```
...
...
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