Skip to content

Commit

Permalink
updated submodules for use repositories with dependencies fixed (#173)
Browse files Browse the repository at this point in the history
Signed-off-by: gabrik <gabriele.baldoni@gmail.com>
  • Loading branch information
gabrik committed Jan 31, 2020
1 parent 8a4992c commit 802ad87
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions BUILD.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,12 +89,12 @@ sudo make install
cd ..
git clone http://github.com/atolab/zenoh-python
cd zenoh-python
git checkout 1ced877
git checkout 0.3.0
sudo python3 setup.py install
cd ..
git clone http://github.com/atolab/yaks-python
cd yaks-python
git checkout 50c9fc7
git checkout 0.3.0
sudo make install
```

Expand All @@ -104,7 +104,7 @@ Then you can use the Eclipse fog05 makefile to build the agent

```
$ cd fog05
$ make submodules
$ git submodule update --init --recursive
$ make
....
dune build
Expand Down
2 changes: 1 addition & 1 deletion api/api-ocaml
2 changes: 1 addition & 1 deletion api/api-python
2 changes: 1 addition & 1 deletion sdk/sdk-go
2 changes: 1 addition & 1 deletion sdk/sdk-ocaml
2 changes: 1 addition & 1 deletion sdk/sdk-python
2 changes: 1 addition & 1 deletion src/agent
Submodule agent updated from 43430b to 458253

0 comments on commit 802ad87

Please sign in to comment.