From 8a4992c774be0fad669e552323d4a3a3c0e656c4 Mon Sep 17 00:00:00 2001 From: Gabriele Proietti Mattia <7265233+gabrielepmattia@users.noreply.github.com> Date: Fri, 31 Jan 2020 13:50:05 +0100 Subject: [PATCH] Update zenoh and yaks dependencies in BUILD.md (#172) * Update zenoh and yaks dependencies in BUILD.md Signed-off-by: Gabriele Proietti Mattia * Added me in contributors list Signed-off-by: Gabriele Proietti Mattia --- BUILD.md | 96 ++++++++++++++++++++++++------------------------ CONTRIBUTORS.rst | 1 + 2 files changed, 49 insertions(+), 48 deletions(-) diff --git a/BUILD.md b/BUILD.md index d9915552..37a6b44b 100644 --- a/BUILD.md +++ b/BUILD.md @@ -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 diff --git a/CONTRIBUTORS.rst b/CONTRIBUTORS.rst index bc06a38a..81ee760e 100644 --- a/CONTRIBUTORS.rst +++ b/CONTRIBUTORS.rst @@ -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 =============== ==================================