Installing the DEV version #1787
-
I downloaded the DEV version. Compile failed: make[1]: Entering directory '/home/pi/allsky/src' What am I doing wrong or missing? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
I would not use the download option as it doesn't include all of the required files. The best way to install the dev branch, bearing in mind that its not production code so may have issues, it to use git. Try the following commands. Before running this ensure that there is no allsky directory in the folder, if there is it will fail git clone https://github.com/thomasjacquin/allsky.git |
Beta Was this translation helpful? Give feedback.
-
@Alex-developer,
so I was going to have testers run:
(I believe the "--recursive" is needed for sunwait since our GitHub doesn't actually have the sunwait source, and may have been the reason for the error). @Dentonknifeworks If you want to upgrade to the DEV version, rename the old |
Beta Was this translation helpful? Give feedback.
I would not use the download option as it doesn't include all of the required files.
The best way to install the dev branch, bearing in mind that its not production code so may have issues, it to use git. Try the following commands. Before running this ensure that there is no allsky directory in the folder, if there is it will fail
git clone https://github.com/thomasjacquin/allsky.git
cd allsky
git checkout dev
./install.sh