|
|
@ -2,18 +2,14 @@ |
|
|
|
|
|
|
|
|
|
|
|
## Dependencies |
|
|
|
## Dependencies |
|
|
|
|
|
|
|
|
|
|
|
Make sure *git*, *make*, *python* and *pip* are instaled. Most likely these are already availble on your system. Otherwise do: |
|
|
|
Make sure 'git', 'make', 'python' and 'pip' are instaled. Most like;y these are already availble on your system. Otherwise do: |
|
|
|
|
|
|
|
|
|
|
|
$ sudo apt install git |
|
|
|
$ sudo apt install git |
|
|
|
$ sudo apt install make |
|
|
|
$ sudo apt install make |
|
|
|
$ sudo apt install pip |
|
|
|
$ sudo apt install pip |
|
|
|
$ sudo apt install python |
|
|
|
$ sudo apt install python |
|
|
|
|
|
|
|
|
|
|
|
Install Reticulum: |
|
|
|
Download arduino-cli |
|
|
|
|
|
|
|
|
|
|
|
$ pip install rns --break-system-packages |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Download arduino-cli: |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
$ cd |
|
|
|
$ cd |
|
|
|
$ curl -fsSL https://raw.githubusercontent.com/arduino/arduino-cli/master/install.sh | sh |
|
|
|
$ curl -fsSL https://raw.githubusercontent.com/arduino/arduino-cli/master/install.sh | sh |
|
|
@ -22,7 +18,7 @@ Add arduino-cli to path by editing ~/.bashrc |
|
|
|
|
|
|
|
|
|
|
|
$ nano ~/.bashrc |
|
|
|
$ nano ~/.bashrc |
|
|
|
|
|
|
|
|
|
|
|
Add `export PATH=~/bin:$PATH` to end of file. Exit with `CTRL-x` and type `y` to save the changes. |
|
|
|
add 'export PATH=~/bin:$PATH' to end of file |
|
|
|
|
|
|
|
|
|
|
|
## Clone git repo |
|
|
|
## Clone git repo |
|
|
|
|
|
|
|
|
|
|
@ -41,7 +37,7 @@ Add rns software to path: |
|
|
|
|
|
|
|
|
|
|
|
$ nano ~/.bashrc |
|
|
|
$ nano ~/.bashrc |
|
|
|
|
|
|
|
|
|
|
|
Add `export PATH=~/.local/bin:$PATH` to the end of the file. Exit with `CTRL-x` and type `y` to save the changes. |
|
|
|
add 'export PATH=~/.local/bin:$PATH' to the end of the file. |
|
|
|
|
|
|
|
|
|
|
|
## Test |
|
|
|
## Test |
|
|
|
|
|
|
|
|
|
|
|