X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=include%2Fwimlib.h;fp=include%2Fwimlib.h;h=ac55fd2c982f939314b85371994c49d0bb862d8a;hp=944c48cae60868cdc7cdbcaa1c8f1259a41e9eea;hb=5e67c512e083b0b018f561ca410b3d7049b67669;hpb=7e3bf60bbcfbcea966b49d22207795d39eb6cdaf diff --git a/include/wimlib.h b/include/wimlib.h index 944c48ca..ac55fd2c 100644 --- a/include/wimlib.h +++ b/include/wimlib.h @@ -31,13 +31,16 @@ * * Download the Windows binary distribution with the appropriate architecture * (i686 or x86_64 --- also called "x86" and "amd64" respectively) from - * https://wimlib.net. Link your program with the libwim-15.dll file. Make - * sure to also download the source code so you can get wimlib.h, as it is not - * included in the binary distribution. If you need to access the DLL from - * other programming languages, note that the calling convention is "cdecl". + * https://wimlib.net. Link your program with libwim-15.dll. If needed by your + * programming language or development environment, the import library + * libwim.lib and C/C++ header wimlib.h can be found in the directory "devel" in + * the ZIP file. * - * Note that wimlib is developed using MinGW-w64, and there may be a little work - * required if you plan to use the header and DLL with Visual Studio. + * If you need to access the DLL from non-C/C++ programming languages, note that + * the calling convention is "cdecl". + * + * If you want to build wimlib from source on Windows, see README.WINDOWS. This + * is only needed if you are making modifications to wimlib. * * @section sec_examples Examples *