daniestevez/grcon2020-workshop

Build steps for UbuntuVM

Closed this issue · 3 comments

For those using the 'provided' UbuntuVM, this steps should get everything (I think!)

  • sudo apt-get install swig liborc-0.4

  • cd ~ && mkdir deps

  • cd ~/deps

  • git clone https://github.com/daniestevez/gr-satellites.git -b v3.4.0

  • cd gr-satellites && mkdir build && cd build

  • cmake ../ && make && sudo make install && sudo ldconfig

  • cd ~/deps

  • git clone https://github.com/daniestevez/gr-dslwp.git -b maint38

  • cd gr-dslwp && mkdir build && cd build

  • cmake ../ && make && sudo make install && sudo ldconfig

  • pip3 install jupyter

  • pip3 install construct

Thanks! I'll linki these instructions in the README.

Probably I will upload in a while a new OVA image with all this installed.

I have just added to the README the link with the OVA image with the requirements already installed.

Closing this, since the issue is already linked in the README.