diff options
-rw-r--r-- | README.md | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -8,6 +8,20 @@ With Ceres you can run a recipe server in your home network. Have a look at the All notable changes are documented in the [changelog][2]. +## Expected environment and dependencies + +Ceres should run on every Linux distribution. If it does not run on your Linux +distribution, please contact me and we will see what we can do. + +Please install the following dependencies to build and run Ceres: + +- [GNU Coreutils][4] +- [Git][5] +- [Make][6] +- [Go][7] +- [MariaDB][3] + + ## Setup Ceres database Ceres supports only the [MariaDB][3] SQL implementation which is available on a @@ -105,3 +119,7 @@ executable at boot. [1]: https://xengineering.eu/git/ceres [2]: ./CHANGELOG.md [3]: https://mariadb.com/ +[4]: https://www.gnu.org/software/coreutils/ +[5]: https://git-scm.com/ +[6]: https://www.gnu.org/software/make/ +[7]: https://go.dev/ |