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
4e80fe15
Commit
4e80fe15
authored
Apr 16, 2015
by
Jan Tattermusch
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added instructions to manually download the dependencies
parent
6b7f0172
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
0 deletions
+16
-0
.gitignore
csharp/.gitignore
+3
-0
README.md
csharp/lib/README.md
+13
-0
No files found.
csharp/.gitignore
View file @
4e80fe15
...
...
@@ -26,6 +26,8 @@ mono/protoc
build_output
build_temp
build/msbuild*.log
lib/Microsoft.Silverlight.Testing
lib/NUnit
#
# Untracked files
...
...
@@ -38,3 +40,4 @@ mono/TestResult.xml
mono/.libs
mono/*.exe
mono/*.dll
lib/protoc.exe
csharp/lib/README.md
0 → 100644
View file @
4e80fe15
This directory used to contain the binary dependencies, but they were removed during a cleanup associated with importing the project
into google/protobuf repository. Before we figure a better way to manage the dependencies, you will have to manually download the dependencies
to be able to build the test projects:
1.
Download https://github.com/jskeet/protobuf-csharp-port/archive/2.4.1.555.zip
2.
Open the archive and copy following files into this directory:
*
`lib/Microsoft.Silverlight.Testing/`
*
`lib/NUnit/`
*
`lib/proto.exe`
After that, you should be able to fully build the C# protobufs Visual Studio solutions.
TODO(jtattermusch): the way we pull in dependencies needs to change
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