steelewool / iraf-v216

IRAF v2.16 / PCIX release
Other
0 stars 0 forks source link

Packages required for IRAF #46

Open RobSteele49 opened 7 years ago

RobSteele49 commented 7 years ago

Would any of you (@olebole, @zcsteele @iraf) have a list of the packages that need to be installed under Ubuntu (14 or 16) that are required for the build to work?

Things like:

olebole commented 7 years ago

The only packages I needed to install additionally are (Debian Stretch):

RobSteele49 commented 7 years ago

In additional to ncompress and the ones @olebole has listed I also needed flex, csh, tcsh. This from a clean 16.04 virtual machine.

RobSteele49 commented 7 years ago

My cloned copy of @olebole mege-all branch is now working on my new virtual machine.

olebole commented 7 years ago

Again: where in the build process do you need ncompress? And, at least my branch merge-all does not need csh/tcsh. (Some of) my build installations don't have that installed, and it works well. Flex is needed, however.

RobSteele49 commented 7 years ago

@olebole I just built a new virtual machine (ubuntu) and installed the three packages

sudo apt-get install libncurses5-dev libexpat1-dev libcurl4-gnutls-dev

And it all worked. So I'm not sure why the ncompress used to be needed - but all is good now.