Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Valentin Platzgummer
qgroundcontrol
Commits
a1af84f5
Commit
a1af84f5
authored
Oct 01, 2020
by
Valentin Platzgummer
Browse files
appimage mod, create_appimage.sh mod
parent
c65f8eca
Changes
2
Hide whitespace changes
Inline
Side-by-side
deploy/QGroundControl.AppImage
View file @
a1af84f5
No preview for this file type
deploy/create_linux_appimage.sh
View file @
a1af84f5
...
...
@@ -69,7 +69,7 @@ cp -L libts/usr/lib/x86_64-linux-gnu/libts-0.0.so.0 ${APPDIR}/usr/lib/x86_64-lin
cp
-L
${
QGC_SRC
}
/libs/or-tools-src-ubuntu/lib/
*
${
APPDIR
}
/usr/lib/x86_64-linux-gnu/
||
{
echo
"libortools.so not found"
;
exit
1
;
}
# copy libGeographic.so.17
cp
-L
/usr/lib/x86_64-linux-gnu
/libGeographic.so.17
${
APPDIR
}
/usr/lib/x86_64-linux-gnu/
||
{
echo
"libGeographic.so.17 not found"
;
exit
1
;
}
cp
-L
${
QGC_SRC
}
/libs/libGeographic
/libGeographic.so.17
${
APPDIR
}
/usr/lib/x86_64-linux-gnu/
||
{
echo
"libGeographic.so.17 not found"
;
exit
1
;
}
# copy boost
cp
-L
/usr/lib/x86_64-linux-gnu/libboost_system.so.1.65.1
${
APPDIR
}
/usr/lib/x86_64-linux-gnu/
||
{
echo
"libboost_system.so.1.65.1 not found"
;
exit
1
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment