File: README

package info (click to toggle)
aoflagger 2.9.0-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 3,944 kB
  • sloc: cpp: 60,273; sh: 21; makefile: 8
file content (42 lines) | stat: -rw-r--r-- 1,450 bytes parent folder | download | duplicates (2)
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
32
33
34
35
36
37
38
39
40
41
42
-- Read-me file for the AOFlagger distribution --

For the latest version and information about installing, go to
http://aoflagger.sourceforge.net/ .

The quick summary to compile and install, from the aoflagger root
directory:

mkdir build
cd build/
cmake ../
make (or make -j <thread count>)
sudo make install

This will normally work when you have installed all libraries in
their default locations. If you have not done so, you might need
to tell cmake where the libraries are. The easiest way to do this
is by adding search paths to cmake, e.g.:

cmake ../ -DCMAKE_PREFIX_PATH=/opt/cep/casacore/

This will include /opt/cep/casacore to the search path. Multiple
paths can be specified by separating them with a colon ':'.

-- License --

This file is part of the AOFlagger package.
Copyright 2008-2017 A. R. Offringa

The AOFlagger package is free software: you can redistribute it
and/or modify it under the terms of the GNU General Public License
as published by the Free Software Foundation, either version 3 of
the License, or (at your option) any later version.

AOFlagger is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with the AOFlagger package.  If not, see
<http://www.gnu.org/licenses/>.