reaper47 / recipya

A clean, simple and powerful recipe manager your whole family will enjoy.
https://recipes.musicavis.ca
GNU General Public License v3.0
147 stars 10 forks source link

Build instructions #303

Closed eirnym closed 1 month ago

eirnym commented 1 month ago

Project doesn't contain any form of instruction how to build project from scratch, which external dependencies are required to build this tool.

reaper47 commented 1 month ago

Here is the development guide to build the project locally: https://recipes.musicavis.ca/guide/docs/development/intro/

eirnym commented 1 month ago

This development guide doesn't tell which external apps should be present. Development stack list doesn't tell anything about tools and their versions for developers who don't use them every time.

Development containers are good for integration tests, but not for raw development. You personally may be satisfied, but not everybody works the same way

reaper47 commented 1 month ago

The external apps you need are there: https://recipes.musicavis.ca/guide/docs/development/dependencies/

To build: https://recipes.musicavis.ca/guide/docs/development/build/

eirnym commented 1 month ago

thank you, that works, but it would be nice if these information (at least links) would be published in the repo, as there's no obvious way to get this information from downloaded repository