Ideally I should use a tool such as GNU automake to create the make files for the program, but as the code is only for compilation with GNU gcc, I use a simple makefile. The code is intended for use on Unix systems. People with other operating systems are on their own!
I've made binaries of the latest distribution. If you would prefer to not build your own copy, download them from here.
# tar xzf AdaptiveBin-x.x.tar.gzWith other tars you may need something similar to the command line:
# gunzip AdaptiveBin-x.x.tar.gz | tar xf -
# cd AdaptiveBin-x.x
# make allOther systems may use
gnu-make
or gmake
as
their GNU make.
# mkdir ~/adbin # cp AdaptiveBin ABPixelCopy FITSMaths ~/adbin
-lnsl -lsocket
to the
linking command, as they are not linked by default.Back to the adaptive-binning page