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
Alright, I installed the missing libraries (xorg-dev and libgl1-mesa-dev) and compilation succeeded. Will test the app and make sure to provide valuable comments and feedback.
So upon execution, it creates two folders wherever the binary is located, namely 'output' and 'logs'. These folders are not being created with proper permissions (d--------- ; where it should be drwxr-xr-x). And I'm unable to choose a file to open. The 'Choose File' button is unresponsive. The 'Receive' button is unresponsive as well.
Chief36
changed the title
Compilation on Linux
Linux compatibility
Jan 11, 2023
How do I compile this on Linux? When I try to pass the command
go build gui.go
I get this error:And when I try to pass the command
go build -ldflags -H=windowsgui gui.go
I get this error:OS: MX Linux 21 (based on Debian 11 Bullseye)
go version: go1.19.2 linux/amd64
odile version: 1.2.0 (?)
odile commit: fddce4b (from master branch)
The text was updated successfully, but these errors were encountered: