Repost Board: run nanoCAD free 3.5 / 3.7 under Linux using Wine
Usually we do not repost other people's messages, but this is an exception to the rules ...
We are so often asked if nanoCAD will work under Linux, that we automatically have maximum interest for this message on the forum :-) So when the forum received a message from the user with the nickname PITRider with practical tips on how to run nanoCAD under Linux, we decided to share it in the “as is” mode with the maximum number of readers.
PITRider writes: “To work in nanoCAD 3.5 or 3.7 under WINE, the following is required:
WINE 1.4.1 version (stable) - under 1.5 it works crookedly (broken icons and non-working file dialogs!)
The architecture of the bottle WINE win32 - relevant for OS x86_64. To create such a bottle you need to run once: WINEARCH=win32 winecfg
Install via winetricks dotnet35 (or dotnet35sp1), if with your hands you need to delete the mono from the registry ... winetricks does it itself
Install ODBC Driver - jet40 mdac28
My sequence of actions in 2 lines: WINEARCH=win32 WINEPREFIX=/path/to/wine winetricks -q dotnet35sp1 jet40 mdac28 WINEPREFIX=/path/to/wine wine /path/to/NC37.exe
As a result, we have a working scribe, without support for COM and scripts (JS, VB). ” ')
Discussion here: forum.nanocad.ru/index.php?showtopic=4718&view=findpost&p=19091 PS: the same thread discusses why we haven’t yet released nanoCAD for Linux with official support ...