Boop icon indicating copy to clipboard operation
Boop copied to clipboard

Linux build

Open CCF100 opened this issue 7 years ago • 2 comments

Could you make a Linux build of Boop? It doesn't work properly in Wine...

CCF100 avatar Dec 17 '18 01:12 CCF100

Seria muito bom mesmo

raultinelli avatar Mar 23 '19 11:03 raultinelli

English: Using release 2.0.0 works using mono after install just one dependency:

to install mono you can use:

sudo apt install mono-runtime

to install the dependency you can use:

sudo apt install libmono-system-windows-forms4.0-cil

after this just run:

mono Boop.exe


PT-BR: Na release 2.0.0 está funcionando normalmente usando mono apos instalar só uma dependência:

instalando o mono:

sudo apt install mono-runtime

instalando a dependência:

sudo apt install libmono-system-windows-forms4.0-cil

execute o programa:

mono Boop.exe

lucasduete avatar Jul 07 '20 21:07 lucasduete