-- Read-me file for the AOFlagger distribution -- For the latest version and information about installing, go to https://aoflagger.readthedocs.io/ . 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-2020 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/>.