Jeffser / Alpaca

An Ollama client made with GTK4 and Adwaita
https://jeffser.com/alpaca
GNU General Public License v3.0
418 stars 44 forks source link

Add instructions (how to compile / build) to README.MD #268

Closed MehrzweckMandala closed 2 months ago

MehrzweckMandala commented 2 months ago

Is your feature request related to a problem? Please describe. Maybe my suggestion is nonsensical, but wouldn't it make sense to add a “howto build” instruction to the README.MD?

Context: As a complete amateur when it comes to the Python ( GUI / Gtk ) and Linux (Flatpak) ecosystem, I was not able to build the application after cloning the project.

It may be that this option is not desired. Nevertheless, I wanted to test some code changes in the *.py files, but if I am not able (due to lack of knowledge) to run the program afterwards, it is a bit frustrating.

Maybe it is also due to my environment - Fedora Workstation 40 GNOME - all necessary dependencies would be installed (python, pip, meson, ninja etc)

Describe the solution you'd like Add instructions to README.MD

Jeffser commented 2 months ago

I usually just compile it using Gnome Builder, that or I'd use flatpak-builder, I think there are some people that are installing Alpaca manually to the system without Flatpak, but honestly I have no idea how they do it, I only know how to package Flatpaks

Jeffser commented 2 months ago

https://github.com/Jeffser/Alpaca/commit/80d1149932f781970af4428901b6bf5d31283a6f

Not the best instructions but it's something