Open taotieren opened 3 years ago
I want to package it as an application under Linux. What should I do?
I can run it using mono ./GerberPanelizer.exe after compiling under Linux.
mono ./GerberPanelizer.exe
Winelib is a development toolkit which allows you to compile your Windows applications on Unix.
https://wiki.winehq.org/Winelib_User's_Guide
I want to package it as an application under Linux. What should I do?
I can run it using
mono ./GerberPanelizer.exe
after compiling under Linux.