1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
|
FITSH - Installation
*********************
Standard local installation:
----------------------------
The `FITSH` package can be installed using the standard
`./configure && make && make install`
procedure. A more detailed description about the package and the installation
is available on the web page of project, found at https://fitsh.net/.
The ./configure script accepts usual arguments such as --prefix if the
`FITSH` is intended to be installed by using a normal user account.
Install as a Debian package:
----------------------------
Alternatively, you can install this program as a Debian package.
After `./configure && make`, use the target `make deb` to create the
*.deb file. This feature requires the `help2man` utility as well as
the `dpkg-deb` program to be installed on your system. If the *.deb
file (named something like "fitsh_0.9.4_amd64.deb") is created successfully,
use the `dpkg` command to install it:
`dpkg --install fitsh_0.9.4_amd64.deb`
Then, you can use any of your favourite *.deb package manager (dpkg, apt,
dselect, synaptic, ...) to manage this package. After installing `FITSH` as
a Debian package, the manual pages also automatically become available for
the `man` command, in section (1).
|