FyshOS / fynedesk

A full desktop environment for Linux/Unix using Fyne
https://fyne.io/fynedesk/
Other
1.02k stars 47 forks source link

Compilation instructions are incomplete #221

Closed taigrr closed 1 year ago

taigrr commented 2 years ago

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:

  1. Install ubuntu desktop
  2. Install git, make, and golang
  3. Follow the instructions in the readme

Is this something worth adding to the readme?

andydotxyz commented 2 years ago

Maybe we can link to the Fyne docs, as the compile time requirements are the same?

taigrr commented 1 year ago

235 resolves this issue. Closing.