Where do I get winemaker

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
harrym
Newbie
Newbie
Posts: 2
Joined: Mon Sep 07, 2015 6:57 am

Where do I get winemaker

Post by harrym »

Using Debian 8.1, I have installed wine-1.6.2 and can run winecfg.

I would like to convert a Visual Studio project to makefile, but cannot find the winemaker utility that is recommended in the documentation.

Where do I get winemaker?
User avatar
dimesio
Moderator
Moderator
Posts: 13208
Joined: Tue Mar 25, 2008 10:30 pm

Re: Where do I get winemaker

Post by dimesio »

If you built Wine yourself, it should be in the tools subdirectory of your Wine build directory. If you installed Wine from distro packages, it should be in /usr/bin. If it's not, you neglected to install the development tools; they are usually in a separate package, and it's possible that your distro doesn't package them.

For what you want to do, you really should be working with the latest development release and building Wine yourself.
harrym
Newbie
Newbie
Posts: 2
Joined: Mon Sep 07, 2015 6:57 am

Re: Where do I get winemaker

Post by harrym »

Thanks, it was the tools package that was missing.
Locked