Skip to content

Commit

Permalink
Update zenoh and yaks dependencies in BUILD.md (#172)
Browse files Browse the repository at this point in the history
* Update zenoh and yaks dependencies in BUILD.md

Signed-off-by: Gabriele Proietti Mattia <pm.gabriele@outlook.com>

* Added me in contributors list

Signed-off-by: Gabriele Proietti Mattia <pm.gabriele@outlook.com>
  • Loading branch information
gabrielepmattia committed Jan 31, 2020
1 parent fe1b85c commit 8a4992c
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 48 deletions.
96 changes: 48 additions & 48 deletions BUILD.md
Expand Up @@ -48,54 +48,54 @@ And other requirements not present in opam:

To install these you can execute the following commands:

```
$ mkdir fos_build
$ cd fos_build
$ git clone https://github.com/atolab/apero-core
$ cd apero-core
$ git checkout 0.4.5
$ opam install . --working-dir -y
$ cd ..
$ git clone https://github.com/atolab/apero-net
$ cd apero-net
$ git checkout 0.4.5
$ opam install . --working-dir -y
$ cd ..
$ git clone https://github.com/atolab/apero-time
$ cd apero-time
$ git checkout 0.4.5
$ opam install . --working-dir -y
$ cd ..
$ git clone https://github.com/atolab/zenoh
$ cd zenoh
$ git checkout 46d4378
$ opam install . --working-dir -y
$ cd ..
$ git clone https://github.com/atolab/yaks-common
$ cd yaks-common
$ git checkout 5d2e70d
$ opam install . --working-dir -y
$ cd ..
$ git clone https://github.com/atolab/yaks-ocaml
$ cd yaks-ocaml
$ git checkout d076645
$ opam install . --working-dir -y
$ cd ..
$ git clone http://github.com/atolab/zenoh-c
$ cd zenoh-c
$ git checkout 1e20bb6
$ make
$ sudo make install
$ cd ..
$ git clone http://github.com/atolab/zenoh-python
$ cd zenoh-python
$ git checkout 1ced877
$ sudo python3 setup.py install
$ cd ..
$ git clone http://github.com/atolab/yaks-python
$ cd yaks-python
$ git checkout 50c9fc7
$ sudo make install
```bash
mkdir fos_build
cd fos_build
git clone https://github.com/atolab/apero-core
cd apero-core
git checkout 0.4.5
opam install . --working-dir -y
cd ..
git clone https://github.com/atolab/apero-net
cd apero-net
git checkout 0.4.5
opam install . --working-dir -y
cd ..
git clone https://github.com/atolab/apero-time
cd apero-time
git checkout 0.4.5
opam install . --working-dir -y
cd ..
git clone https://github.com/atolab/zenoh
cd zenoh
git checkout 0.3.0
opam install . --working-dir -y
cd ..
git clone https://github.com/atolab/yaks-common
cd yaks-common
git checkout 0.3.0
opam install . --working-dir -y
cd ..
git clone https://github.com/atolab/yaks-ocaml
cd yaks-ocaml
git checkout 0.3.0
opam install . --working-dir -y
cd ..
git clone http://github.com/atolab/zenoh-c
cd zenoh-c
git checkout 0.3.0
make
sudo make install
cd ..
git clone http://github.com/atolab/zenoh-python
cd zenoh-python
git checkout 1ced877
sudo python3 setup.py install
cd ..
git clone http://github.com/atolab/yaks-python
cd yaks-python
git checkout 50c9fc7
sudo make install
```

### Eclipse fog05 Agent
Expand Down
1 change: 1 addition & 0 deletions CONTRIBUTORS.rst
Expand Up @@ -12,5 +12,6 @@ These are the contributors to fog05 according to the Github repository.
Davide-DD Davide Di Donato
kydos Angelo Corsaro (ADLINK)
mallets Luca Cominardi (ADLINK)
gabrielepmattia Gabriele Proietti Mattia
=============== ==================================

0 comments on commit 8a4992c

Please sign in to comment.