File: INSTALL

package info (click to toggle)
indi-fishcamp 1.1-3
  • links: PTS, VCS
  • area: contrib
  • in suites: sid
  • size: 400 kB
  • sloc: cpp: 625; makefile: 2
file content (16 lines) | stat: -rw-r--r-- 569 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
FISHCAMP Starfish CMOS autoguder INSTALL
========================================

You must have CMake >= 2.4.7 in order to build this package.

Refer to README for instructions on installing the distribution.tar.gz (linux driver from Fishcamp Engg).  Once it is confirmed to work do the following:

1) $ tar -xzf indi_fishcamp.tar.gz
2) $ mkdir indi_fishcamp_build
3) $ cd indi_fishcamp_build
4) $ cmake -DCMAKE_INSTALL_PREFIX=/usr . ../indi_fishcamp
5) $ su -c 'make install' or sudo make install
   
Refer to README for instructions on using the driver.

That's it!