Closed JRRowe closed 7 years ago
sudo apt install libudev-dev
Or more general - all dependencies:
sudo apt install libudev-dev libssl-dev libboost-all-dev libcfitsio-dev
And do not forget about Aravis & OpenCV!
Thanks you, that is very helpful. I have not forgotten about Aravis or OpenCV, but also I do not know how to get them. Aravis is not in any repositories that I can discover. I am finding it very, very difficult to install FreeTure, so thank you for your support! Regards, Jim Rowe
From: Arek [mailto:notifications@github.com] Sent: 14 November 2016 14:49 To: fripon/freeture freeture@noreply.github.com Cc: JRRowe jimrowe83@gmail.com; Author author@noreply.github.com Subject: Re: [fripon/freeture] config fails during installation (#27)
Or more general all dependencies:
sudo apt install libudev-dev libssl-dev libboost-all-dev libcfitsio-dev
And do not forget about Aravis & OpenCV!
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/fripon/freeture/issues/27#issuecomment-260354136 , or mute the thread https://github.com/notifications/unsubscribe-auth/ATN-bz59gxNbdYBeMeyoN9wPUi2J6hXKks5q-HTrgaJpZM4KxYsP . https://github.com/notifications/beacon/ATN-byDvDIysXf3AKg3MvK4GaZa3jJCAks5q-HTrgaJpZM4KxYsP.gif
For Aravis:
Prereqs:
sudo apt-get install autoconf intltool libxml2-dev libtool gtk-doc-tools
get source from https://github.com/AravisProject/aravis/archive/ARAVIS_0_4_0.zip
Compile cd aravis ./autogen.sh make -j7 && sudo make install && sudo ldconfig
For OpenCV
Prereqs: sudo apt install cmake build-essential libgtk2.0-dev
Get source from https://github.com/opencv/opencv/archive/2.4.13.tar.gz
Compile cd opencv mkdir build cd build cmake -DCMAKE_BUILD_TYPE=Release ../ make -j7 && sudo make install && sudo ldconfig
Thank you, that is much better. I am closer! However, please see below. Installation still fails.
Yeap, another Freeture' dependency:
sudo apt install libv4l-dev
take a look at https://github.com/fripon/freeture/wiki/FreeTure-Dependencies
Thanks, but I get the message “unable to locate package libv41-dev”. I am not being very clever I think…
From: Arek [mailto:notifications@github.com] Sent: 15 November 2016 20:17 To: fripon/freeture freeture@noreply.github.com Cc: JRRowe jimrowe83@gmail.com; Author author@noreply.github.com Subject: Re: [fripon/freeture] config fails during installation (#27)
Yeap, have forgotten about one Freeture' dependency:
sudo apt install libv4l-dev
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/fripon/freeture/issues/27#issuecomment-260754920 , or mute the thread https://github.com/notifications/unsubscribe-auth/ATN-b0PYJWc6QEsgMedzl0nisv6jG_dmks5q-hNBgaJpZM4KxYsP . https://github.com/notifications/beacon/ATN-b-QMn8qiVVGY8knezsI4d-8XuIlqks5q-hNBgaJpZM4KxYsP.gif
v4l - Video For Linux
We are making progress. Now I get the error below. I tried to find a package called GST01 but can't.
Which is libgstreamer0.10-dev
@cmarmo this one is not mentioned at the dependency page
Freeture is now made! Fantastic! But ... it gives an error as soon as it runs, do do with the Boost library - what have I done wrong? Jim
@ArkadiuszRaj
this one is not mentioned at the dependency page
You're right, my mistake. But I'm rearranging dependences and packaging. I will fix it in the wiki or (better in the code see #28 ).
@JRRowe , you have a problem with the configuration file: please take a look at the wiki configuration page, and start a new issue if needed.
Bests, Chiara
Hi,
The installation is almost complete, but stops here: