You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are a couple requirements, but after these are installed it will still not build. The error is in the license line. Apparently with newer installs, the format must be changed from: license="GPL"
to license=('GPL')
Compiles correctly after this edit
The text was updated successfully, but these errors were encountered:
There are a couple requirements, but after these are installed it will still not build. The error is in the license line. Apparently with newer installs, the format must be changed from:
license="GPL"
to
license=('GPL')
Compiles correctly after this edit
The text was updated successfully, but these errors were encountered: