Документ взят из кэша поисковой машины. Адрес оригинального документа : http://www.astro.louisville.edu/software/xmtel/archive/xmtel-5.2/RCOS
Дата изменения: Thu Oct 14 09:21:17 2010
Дата индексирования: Mon Oct 1 20:49:21 2012
Кодировка:

Поисковые слова: п п п п п п п п п п п п п п п п
The motion control system on our RC Optical Professional Series Mounting
was developed by Dan Azari of Telescope Controls, LLC and is not released
under the GNU Public License. For more information on this observatory class
mounting contact

http://www.rcopticalsystems.com

The driver for it is available without charge with their permission.

Untar the RCOS files in the xmtel directory tree. Use the command
setup_rcos to link the protocols. Since the RCOS protocol requires
gtk and glib with several addtional headers and libraries, the
makefile is unusual and may require customization.

From within the xmtel1 or indiserver directory the file Makefile.rcos
works on Suse 11.3. If you encounter errors try

make -f Makefile.rcos 1>out.txt 2>err.txt

The file err.txt will contain the warnings and error messages. It may be
necessary to change the location of the libraries for other distributions.

With the current version of OpenSuse 11.3 make the following addition to
/usr/lib:

cd /usr/lib
ln -s libpng12.so.0.44.0 libpng12.so
ldconfig

and in /usr/share

cd /usr/share
ln -s automake-1.11 automake-1.9