27
Professional Engine Tuning Software
(feddit.ch)
From Wikipedia, the free encyclopedia
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
If you're not tech savvy enough to get the software running under for example Wine, you might be better off with Windows. Trying to get support from the vendor for anything not Windows will not be easy if even possible.
Anyways, If you're still going for Linux, I guess that Wine is what you're looking for.
I'm getting Windows out of my life. I'll look into Wine again
Normally it's not lack of Windows compatibility breaking the use of an application with wine, it's the frameworks and libraries the application was built with/need to have access to.
So check what additional libraries and stuff your application have as a prerequisite. Visual C 2005? 2010? DotNet framework? Which version? And so on.
When you know what the application needs, then you can Google for "wine DotNet 4.5" (just an example) to get a feeling what problems people had and how they solved it.
Essentially wine needs to know where to find them when you start your application with/in wine.
Also, if your application uses MSSQL Express or similar, you might be out of luck. So if that's the case you should start googling on how to get that running (if even possible) before installing.
Good luck, be stubborn and make sure to have fun. There's a lot you'll learn in this adventure of yours that will come in handy again and again in the future.
Is winetricks still a thing to help with dep setup?
To be honest, it was ages ago I started up wine so I'm the wrong person to ask.
I'm a dual booter, best of two worlds, full support from vendors and no compatibility problems is my preferred way
Aye, win7 VM for that one piece of CAD software I rely on. been a while since I did much wine stuff outside steam.
Thank you. I'll be sure to that I have the libraries I need