YunoHost-Apps / galene_ynh

Galène package for YunoHost
https://galene.org/
GNU General Public License v3.0
10 stars 3 forks source link

error building galene-stt binary #150

Open ericgaspar opened 3 months ago

ericgaspar commented 3 months ago

@jech I am trying to build galene-stt binary but I am getting an error: here is the install log:

https://paste.yunohost.org/raw/ekekihukub

jech commented 3 months ago

You're building with CGO_ENABLED=0. Please retry with CGO_ENABLED=1 (which is the default when not cross-compiling).

(Note that you don't need to run galene-stt on the server, since it's an ordinary client. You'll likely find it simpler to build it on your local machine at first.)