Build gateway 2.0.0 on rpi3
Troubleshooting
6
Posts
2
Posters
920
Views
2
Watching
-
Hi
I need build gateway on RPI but build version 2.0.0
How i can start it with git clone ? What is command git clone for ver 2.0.0 -
@mfalkvidd said in Build gateway 2.0.0 on rpi3:
git checkout 2.0.0
But next problem
pi@hassbian:~/MySensors $ git checkout 2.0.0 Note: checking out '2.0.0'. You are in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by performing another checkout. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -b with the checkout command again. Example: git checkout -b <new-branch-name> HEAD is now at 0183b76... Merge pull request #505 from fallberg/master pi@hassbian:~/MySensors $ ./configure --my-transport=rfm69 --my-rfm69-frequency=868 --my-is-rfm69hw --my-gateway=ethernet --my-port=5003 -bash: ./configure: No such file or directory -
@mfalkvidd said in Build gateway 2.0.0 on rpi3:
git checkout 2.0.0
But next problem
pi@hassbian:~/MySensors $ git checkout 2.0.0 Note: checking out '2.0.0'. You are in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by performing another checkout. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -b with the checkout command again. Example: git checkout -b <new-branch-name> HEAD is now at 0183b76... Merge pull request #505 from fallberg/master pi@hassbian:~/MySensors $ ./configure --my-transport=rfm69 --my-rfm69-frequency=868 --my-is-rfm69hw --my-gateway=ethernet --my-port=5003 -bash: ./configure: No such file or directory