TazGraph Project v0.1.0
Loading...
Searching...
No Matches
Linux Deploy

you can deploy the editor on Ubuntu using appImage:

cmake .. -DCMAKE_BUILD_TYPE=Release -DBUILD_APPIMAGE=ON
make appimage

to create AppDir "wget appimage" and do:

ARCH=x86_64 ./appimagetool-x86_64.AppImage AppDir TazGraph.AppImage

zip and deploy zip with AppDir and TazGraph.AppImage (may need to remove .DirIcon if it exists)

User may need to do chmod +x on TazGraph.AppImage