Hello,
This issue is for registration purposes only.
As emailed to @narunlifescience, I successfully built AlphaPlot in flatpak format.
Here are the instructions for building:
- Compile and install qtdatavis3d BaseApp:
git clone --branch=io.qt.qtdatavis3d.BaseApp https://github.com/filipestevao/flathub.git qtdatavis3d
cd qtdatavis3d
flatpak-builder --repo=qtdatavis3d --force-clean --install-deps-from=flathub build-dir io.qt.qtdatavis3d.BaseApp.yml
flatpak remote-add --user qtdatavis3d qtdatavis3d --no-gpg-verify
flatpak install --user qtdatavis3d io.qt.qtdatavis3d.BaseApp -y
- Compile and install AlphaPlot app:
git clone --branch=io.github.narunlifescience.AlphaPlot https://github.com/filipestevao/flathub.git AlphaPlot
cd AlphaPlot
git clone https://github.com/flathub/shared-modules.git
flatpak-builder --repo=alphaplot --force-clean build-dir io.github.narunlifescience.AlphaPlot.yml
flatpak remote-add --user alphaplot alphaplot --no-gpg-verify
flatpak install --user alphaplot io.github.narunlifescience.AlphaPlot -y
I will make the pull request in the Flathub and keep informed here if everything goes well.
Hello,
This issue is for registration purposes only.
As emailed to @narunlifescience, I successfully built AlphaPlot in flatpak format.
Here are the instructions for building:
git clone --branch=io.qt.qtdatavis3d.BaseApp https://github.com/filipestevao/flathub.git qtdatavis3d cd qtdatavis3d flatpak-builder --repo=qtdatavis3d --force-clean --install-deps-from=flathub build-dir io.qt.qtdatavis3d.BaseApp.yml flatpak remote-add --user qtdatavis3d qtdatavis3d --no-gpg-verify flatpak install --user qtdatavis3d io.qt.qtdatavis3d.BaseApp -ygit clone --branch=io.github.narunlifescience.AlphaPlot https://github.com/filipestevao/flathub.git AlphaPlot cd AlphaPlot git clone https://github.com/flathub/shared-modules.git flatpak-builder --repo=alphaplot --force-clean build-dir io.github.narunlifescience.AlphaPlot.yml flatpak remote-add --user alphaplot alphaplot --no-gpg-verify flatpak install --user alphaplot io.github.narunlifescience.AlphaPlot -yI will make the pull request in the Flathub and keep informed here if everything goes well.