Git Product home page Git Product logo

Comments (5)

Taiko2k avatar Taiko2k commented on August 17, 2024 1

I had the Flatpak working. And oh neat you got a working PKGBUILD. Will need to remind the maintainer of the non-git version to update theirs on release of Avvie v2.1.

I committed a change that allows running of the main.py straight from source. Makes testing easier.

As for native building, I assume we can just do:

$ meson builddir && cd builddir
$ meson compile
$ meson install

same thing right?

from avvie.

bordam avatar bordam commented on August 17, 2024

You can build the program either using gnome builder, flatpak-builder or native build directly with meson. The latter can be done with the following commands:

meson build --prefix=/usr/local
ninja -C build install

I’m gonna submit a PR later to add the complete instructions in the readme if you want.

from avvie.

Taiko2k avatar Taiko2k commented on August 17, 2024

Is there a way to do it without installing to system? Like if I'm just testing, I don't wanna have to enter my password.

from avvie.

bordam avatar bordam commented on August 17, 2024

You can use flatpak-builder:

flatpak-builder --user --install builddir com.github.taiko2k.avvie.yml
flatpak run com.github.taiko2k.avvie

To uninstall the flatpak you can simply:

flatpak uninstall com.github.taiko2k.avvie

If you are on Arch Linux, you can use the PKGBUILD from the AUR commenting out the source and b2sums lines, put the source in src/avvie and then build & install the package with makepkg -sif

With gnome builder, you can simply select “clone repository”, then click the play button in the topbar and the IDE will automatically build and run the program

from avvie.

eli-schwartz avatar eli-schwartz commented on August 17, 2024

An alternative to running without installing would be to generate two versions of the entrypoint script. One is configured for installation, and installed... the other uses paths pointing into the build tree to bind the translations to that location (<builddir>/po/).

This would allow e.g. testing translation updates without installing. Current versions of Meson ensure that the built translations are usable (have the right directory structure) in the build tree.

from avvie.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.