Thanks for posting this announcement, it explains the issues I have been having. But there may still be files and/or instructions missing.

I did a git update. then tried to build the toupbase driver several ways:
1) per the instructions on the indilib web page under Devices - Cameras - Toupcam that said to do: sudo apt-get update / sudo apt-get install indi-toupcam (I tried with both that and indi-toupbase).
*********************************
astroberry@astroberry:~/Projects/indi/3rdparty/indi-toupbase$ sudo apt-get install indi-toupbase
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package indi-toupbase
astroberry@astroberry:~/Projects/indi/3rdparty/indi-toupbase$ sudo apt-get install indi-toupcam
Reading package lists... Done
Building dependency tree
Reading state information... Done
indi-toupcam is already the newest version (0.1~201907030401~ubuntu16.04.1).
0 upgraded, 0 newly installed, 0 to remove and 6 not upgraded.
astroberry@astroberry:~/Projects/indi/3rdparty/indi-toupbase$
*****************************

Then I tried in qt Creator, opened /home/astroberry/Projects/indi/3rdparty/indi-toupbase/CMakeLists.txt and I got this while trying to run cmake:
*****************************
See also "/home/astroberry/Projects/indi/3rdparty/indi-toupbase-build/CMakeFiles/CMakeOutput.log".
See also "/home/astroberry/Projects/indi/3rdparty/indi-toupbase-build/CMakeFiles/CMakeError.log".
CMake Error at /home/astroberry/Projects/indi/cmake_modules/FindSTARSHOOTG.cmake:43 (message):
StarshootG not found. Please install StarshootG Library
www.indilib.org
Call Stack (most recent call first):
CMakeLists.txt:17 (find_package)
****************************************
The files that were loaded when I did the git pull in the indi-toupbase directory are:

astroberry@astroberry:~/Projects/indi/3rdparty/indi-toupbase$ ls
CMakeLists.txt COPYING.LGPL indi_toupbase.h README.md
config.h.cmake indi_toupbase.cpp indi_toupbase.xml.cmake

What is next? How do I build this for Toupcam cameras?

John

Read More...