I'm trying to compile the latest wine release from source after a fresh linux mint install, and this is what I get when I do './configure' Code: configure: libxcursor development files not found, the Xcursor extension won't be supported. configure: libxi development files not found, the Xinput extension won't be supported. configure: XShape development files not found, XShape won't be supported. configure: libxrandr development files not found, XRandr won't be supported. configure: libxinerama development files not found, multi-monitor setups won't be supported. configure: libxcomposite development files not found, Xcomposite won't be supported. configure: OpenCL development files not found, OpenCL won't be supported. configure: libdbus development files not found, no dynamic device support. configure: libgnutls development files not found, no schannel support. configure: lib(n)curses development files not found, curses won't be supported. configure: libsane development files not found, scanners won't be supported. configure: libv4l development files not found. configure: libgphoto2 development files not found, digital cameras won't be supported. configure: liblcms development files not found, Color Management won't be supported. configure: gstreamer-0.10 base plugins development files not found, gstreamer support disabled configure: OSS sound system found but too old (OSSv4 needed), OSS won't be supported. configure: libcapi20 development files not found, ISDN won't be supported. configure: libcups development files not found, CUPS won't be supported. configure: fontconfig development files not found, fontconfig won't be supported. configure: libgsm development files not found, gsm 06.10 codec won't be supported. configure: libtiff development files not found, TIFF won't be supported. configure: libmpg123 development files not found (or too old), mp3 codec won't be supported. configure: libopenal development files not found (or too old), OpenAL won't be supported. configure: libldap (OpenLDAP) development files not found, LDAP won't be supported. configure: WARNING: prelink not found, base address of core dlls won't be set correctly. configure: WARNING: libxrender development files not found, XRender won't be supported. configure: WARNING: OpenGL development headers not found. OpenGL and Direct3D won't be supported. configure: WARNING: libxml2 development files not found (or too old), XML won't be supported. configure: WARNING: libxslt development files not found, xslt won't be supported. configure: WARNING: OpenSSL development files not found, SSL won't be supported. configure: WARNING: libjpeg development files not found, JPEG won't be supported. configure: WARNING: libpng development files not found, PNG won't be supported. configure: WARNING: No sound system was found. Windows applications will be silent. Do I really have to go through all of these and install them manually? isn't there an easier way of doing that?