pmcg31 / fits-army-knife

FITS/XISF file viewer using cfitsio, PixInsight Class Library (PCL) and Qt5.
0 stars 0 forks source link

PCL libRFC6234-pxi.a #1

Open CheekyMonkey opened 2 years ago

CheekyMonkey commented 2 years ago

Hello

I'm able to successfully build libPCL-pxi.a following your build instructions for the PCL dependencies

However, libRFC6234-pxi.a does not appear to any longer be part of the PCL build according to the PCL makefile

Your instructions guide as follows:

"Verify that the libraries libPCL-pxi.a and libRFC6234-pxi.a exist in ${PCLLIBDIR}."

Any guidance on how to build libRFC6234-pxi.a now....

Pixinsight PCL Makefile
CheekyMonkey commented 2 years ago

Issue now resolved Solution below:

Navigate to ${PCLSRCDIR}/3rdparty/RFC6234/linux/g++

Run make

libRFC6234-pxi.a will be built and can be found in ${PCLLIBDIR}

Please close this issue Thanks