roderickc / wine-vulkan

Other
53 stars 7 forks source link

Running autoconf to create configure script #13

Closed pppbb closed 6 years ago

pppbb commented 6 years ago

What arguments should i pass to autoconf to create configure script? After compiling without running autoconf first i get error in wine that it cannot connect with disk management.

roderickc commented 6 years ago

Autoconf doesn't need anything. However, configure script will try to detect what headers you have on your system and based on that enable/disable features. There is no difference in that regard between wine-vulkan and regular wine.

The number of dependencies is large and highly dependent on your Linux distribution. There should be instructions on compiling Wine and what dependencies you need to install for various distributions on the Wine wiki: https://wiki.winehq.org/Building_Wine https://wiki.winehq.org/Category:Distributions (should have Ubuntu, Fedora, ...)

roderickc commented 6 years ago

It should not be needed anymore to run autoconf as most code including configure is now in Wine, so even on wine-vulkan there is no need to recreate the configure script.