Skip to content

Commit

Permalink
Update for compilation and installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
astroasis committed Sep 26, 2023
1 parent 220b36b commit e015275
Showing 1 changed file with 17 additions and 11 deletions.
28 changes: 17 additions & 11 deletions indi-astroasis/INSTALL
Original file line number Diff line number Diff line change
@@ -1,16 +1,22 @@
Installation instructions
=========================

Compile Instructions
- Assumption: INDI package installed (see https://indilib.org/download.html)
- Retrieve the sources for the Astroasis driver
git clone https://github.com/astroasis/indi-3rdparty.git
- cd indi-3rdparty
checkout branch "master"
- mkdir -p build/indi-astroasis
- cd build/indi-astroasis
- cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Debug ../../indi-astroasis
- sudo make install
Compilation Instructions

And now start the INDI server and kstars.
Step 1: build and install libastroasis
1) $ cd indi-3rdparty
2) $ mkdir -p build/libastroasis
3) $ cd build/libastroasis
4) $ cmake -DCMAKE_INSTALL_PREFIX=/usr ../../libastroasis
5) $ make
6) $ sudo make install

Step 2: build and install indi-astroasis
1) $ cd indi-3rdparty
2) $ mkdir -p build/indi-astroasis
3) $ cd build/indi-astroasis
4) $ cmake -DCMAKE_INSTALL_PREFIX=/usr ../../indi-astroasis
5) $ make
6) $ sudo make install

And now start the INDI server and kstars.

0 comments on commit e015275

Please sign in to comment.