Skip to content

Commit 058c233

Browse files
committed
Install exiv2 for Mac and Windows
1 parent 4f03058 commit 058c233

File tree

6 files changed

+5
-0
lines changed

6 files changed

+5
-0
lines changed

install_darwin.sh

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ install -v -m 644 system_integration/MacOSX/pkg/ccdciel.app/Contents/Resources/c
2222
install -v -m 755 library/wcs/libccdcielwcs.dylib $destdir/libccdcielwcs.dylib
2323
install -v -m 755 library/raw/libpasraw.dylib $destdir/libpasraw.dylib
2424
tar xvzf system_integration/MacOSX/data/cfitsio-mac.tgz -C $destdir
25+
tar xvzf system_integration/MacOSX/data/exiv2-mac.tgz -C $destdir/ccdciel.app/Contents/MacOS
2526

2627
install -d -m 755 $destdir/scripts
2728
install -m 755 -d $destdir/scripts/siril

install_win.sh

+2
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ if [ $OS_TARGET = win32 ]; then
3131
unzip -d $destdir system_integration/Windows/data/openssl-win32.zip
3232
unzip -d $destdir system_integration/Windows/data/zlib-win32.zip
3333
unzip -d $destdir system_integration/Windows/data/cfitsio-win32.zip
34+
unzip -d $destdir system_integration/Windows/data/exiv2-win32.zip
3435
fi
3536
if [ $OS_TARGET = win64 ]; then
3637
strip -v -o $destdir/ccdciel.exe src/ccdciel.exe
@@ -39,6 +40,7 @@ if [ $OS_TARGET = win64 ]; then
3940
unzip -d $destdir system_integration/Windows/data/openssl-win64.zip
4041
unzip -d $destdir system_integration/Windows/data/zlib-win64.zip
4142
unzip -d $destdir system_integration/Windows/data/cfitsio-win64.zip
43+
unzip -d $destdir system_integration/Windows/data/exiv2-win64.zip
4244
fi
4345

4446
install -v -m 644 scripts/scope_park.script $destdir/scripts/scope_park.script

install_win_dual.sh

+2
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ if [ $OS_TARGET = win32 ]; then
3131
unzip -d $destdir/../Prog/lib32/ system_integration/Windows/data/openssl-win32.zip
3232
unzip -d $destdir/../Prog/lib32/ system_integration/Windows/data/zlib-win32.zip
3333
unzip -d $destdir/../Prog/lib32/ system_integration/Windows/data/cfitsio-win32.zip
34+
unzip -d $destdir/../Prog/lib32/ system_integration/Windows/data/exiv2-win32.zip
3435

3536
fi
3637
if [ $OS_TARGET = win64 ]; then
@@ -40,6 +41,7 @@ if [ $OS_TARGET = win64 ]; then
4041
unzip -d $destdir/../Prog/lib64/ system_integration/Windows/data/openssl-win64.zip
4142
unzip -d $destdir/../Prog/lib64/ system_integration/Windows/data/zlib-win64.zip
4243
unzip -d $destdir/../Prog/lib64/ system_integration/Windows/data/cfitsio-win32.zip
44+
unzip -d $destdir/../Prog/lib64/ system_integration/Windows/data/exiv2-win64.zip
4345
fi
4446

4547
install -v -m 644 scripts/scope_park.script $destdir/scripts/scope_park.script
977 KB
Binary file not shown.
1.77 MB
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)