Closed taigrr closed 1 year ago
Currently, we have a list of runtime prerequisites, but no compile-time prerequisites. Having golang, git, and make installed before attempting to compile are easy assumptions to make, but the following are also required:
Steps to reproduce the behaviour:
Is this something worth adding to the readme?
Maybe we can link to the Fyne docs, as the compile time requirements are the same?
Describe the bug:
Currently, we have a list of runtime prerequisites, but no compile-time prerequisites. Having golang, git, and make installed before attempting to compile are easy assumptions to make, but the following are also required:
To Reproduce:
Steps to reproduce the behaviour:
Is this something worth adding to the readme?