mirror of
https://github.com/XRPLF/rippled.git
synced 2026-04-29 15:37:57 +00:00
Update Subtrees README to identify repository locations
This commit is contained in:
45
Subtrees/README.md
Normal file
45
Subtrees/README.md
Normal file
@@ -0,0 +1,45 @@
|
||||
# Subtrees
|
||||
|
||||
These directories come from entire outside repositories
|
||||
brought in using git-subtree.
|
||||
|
||||
About git-subtree:
|
||||
|
||||
https://github.com/apenwarr/git-subtree <br>
|
||||
http://blogs.atlassian.com/2013/05/alternatives-to-git-submodule-git-subtree/ <br>
|
||||
|
||||
## LevelDB
|
||||
|
||||
Repository <br>
|
||||
```
|
||||
git@github.com:vinniefalco/LevelDB.git
|
||||
```
|
||||
Branch
|
||||
```
|
||||
ripple-fork
|
||||
```
|
||||
|
||||
## websocket
|
||||
|
||||
Repository
|
||||
```
|
||||
git@github.com:vinniefalco/websocketpp.git
|
||||
```
|
||||
Branch
|
||||
```
|
||||
ripple-fork
|
||||
```
|
||||
|
||||
## protobuf
|
||||
|
||||
Repository
|
||||
```
|
||||
git@github.com:vinniefalco/protobuf.git
|
||||
```
|
||||
Branch
|
||||
```
|
||||
master
|
||||
```
|
||||
|
||||
**NOTE** Linux builds use the protobuf installed in /usr/lib. This will be
|
||||
fixed in a future revision.
|
||||
@@ -1,2 +0,0 @@
|
||||
These directories come from entire outside repositories
|
||||
brought in using git-subtree.
|
||||
Reference in New Issue
Block a user