tfussell / xlnt

:bar_chart: Cross-platform user-friendly xlsx library for C++11+
Other
1.47k stars 409 forks source link

Downloaded zip archive does not build on standalone system #642

Open AndrewBrennanCiv opened 2 years ago

AndrewBrennanCiv commented 2 years ago

After downloading this master to a zip it will not configure with CMake as it seems that third-party/libstudxml does not get packaged into the zip file properly (actually not at all).

mfc6027 commented 2 years ago

i have the save problem.you can try: git clone https://git.codesynthesis.com/libstudxml/libstudxml.git copy libstudxml to third-party/libstudxml from:https://github.com/tfussell/xlnt/issues/563#issuecomment-850300858

AndrewBrennanCiv commented 2 years ago

I should also mention that I need to be able to build it after downloading it as a zip due to the fact that the machine I wish to use this software on is on an air-gapped network.