Skip to content

Commit

Permalink
create Image
Browse files Browse the repository at this point in the history
  • Loading branch information
dxli committed Aug 19, 2023
1 parent 9052731 commit 9f10cda
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/ubuntu-install/createAppImage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ chmod a+x linuxdeploy-plugin-qt-x86_64.AppImage

#sudo cp ../AppImage/librecad.* AppDir/
#sudo cp /usr/local/lib/libdxfrw.so.1 AppDir/usr/lib
pwd
ls


sudo LD_LIBRARY_PATH=AppDir/usr/lib/x86_64-linux-gnu/:AppDir/usr/lib64:AppDir/usr/lib ./linuxdeploy-x86_64.AppImage --appdir AppDir --output appimage --executable AppDir/usr/bin/librecad --desktop-file AppDir/librecad.desktop --icon-file AppDir/librecad.svg --plugin qt
2 changes: 2 additions & 0 deletions scripts/ubuntu-install/installDependenciesAndBuildRepo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ make -j 4
echo "installing LibreCAD"
sudo make install DESTDIR=AppDir
popd
pwd
ls

#cd /usr/src/gtest
#sudo cmake CMakeLists.txt
Expand Down

0 comments on commit 9f10cda

Please sign in to comment.