mirror of
https://github.com/eddyem/apogee_control.git
synced 2026-02-01 04:45:06 +03:00
fixed README
This commit is contained in:
parent
891e304df0
commit
7b98fe9a85
23
README
23
README
@ -1,11 +1,24 @@
|
|||||||
1. cmake .
|
This utilite depends on library libapogee & C-wrapper over it
|
||||||
2. make
|
|
||||||
3. [make install] or just copy file takepic wherever you want
|
First, you should install a fresest version of libapogee from directory "libapogee"
|
||||||
|
or from original site: http://www.randomfactory.com/downloads/
|
||||||
|
If you will meet a bug in link stage ("can't find -lboost_regex-mt") cd to directory
|
||||||
|
libapogee-[version]/apogee and run
|
||||||
|
$ sed -i 's/boost_regex-mt/boost_regex/g' Makefile
|
||||||
|
after this small fix cd .. and run make again.
|
||||||
|
|
||||||
|
Second, you should install apogee_C_wrapper (cd to this directory and do as README sais).
|
||||||
|
|
||||||
|
Third, install apogee_control itself:
|
||||||
|
|
||||||
|
1. mkdir mk && cd mk
|
||||||
|
2. cmake ..
|
||||||
|
3. make
|
||||||
|
4. [su -c "make install"] or just copy file takepic wherever you want
|
||||||
|
|
||||||
File bta_print.c needed to fill specific FITS keys for BTA telescope
|
File bta_print.c needed to fill specific FITS keys for BTA telescope
|
||||||
If your want use this outside SAO RAS localnet, write:
|
If your want use this outside SAO RAS localnet, write:
|
||||||
1. cmake -DNOBTA=1 .
|
2. cmake -DNOBTA=1 ..
|
||||||
2. make ...
|
|
||||||
|
|
||||||
|
|
||||||
If you wish to save not only FITS, define:
|
If you wish to save not only FITS, define:
|
||||||
|
|||||||
@ -1,8 +1,8 @@
|
|||||||
To compile and install wrapper make:
|
To compile and install wrapper make:
|
||||||
|
|
||||||
0. Install libapogee ver. >= 3.0
|
0. Install libapogee ver. >= 3.0
|
||||||
1. cd cmake
|
1. mkdir mk && cd mk
|
||||||
2. cmake -DCAMERA_TYPE={camtype} ..
|
2. cmake ..
|
||||||
3. make
|
3. make
|
||||||
4. su -c "make install"
|
4. su -c "make install"
|
||||||
[5] You can run test applications: ./test will make testing connection to your camera and
|
[5] You can run test applications: ./test will make testing connection to your camera and
|
||||||
@ -11,15 +11,8 @@ To compile and install wrapper make:
|
|||||||
|
|
||||||
Define -DEBUG=1 to see debug info
|
Define -DEBUG=1 to see debug info
|
||||||
|
|
||||||
|
|
||||||
After installing cd to apogee_control working directory and compile&install apogee_control.
|
After installing cd to apogee_control working directory and compile&install apogee_control.
|
||||||
|
|
||||||
|
|
||||||
{camtype} is type of your camera, one of:
|
|
||||||
|
|
||||||
APOGEE_ASCENT
|
|
||||||
APOGEE_ALTA
|
|
||||||
APOGEE_ALTAF
|
|
||||||
APOGEE_ASPEN
|
|
||||||
APOGEE_QUAD
|
|
||||||
|
|
||||||
|
Wrapper will try to find any of supported by libapogee cameras & use it
|
||||||
Loading…
x
Reference in New Issue
Block a user