X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=INSTALL.win32;h=5a68da96912f609eb6fdb72e886796145c437edd;hb=39a42e5f7c6f8b084959ed769d1d7b2ae582ae0c;hp=6623246ea66ac75aa54af2d43228d4f34ed6a08b;hpb=7ed96a51a54f716aadf53c6bf367de2acdfb3dfa;p=vlc diff --git a/INSTALL.win32 b/INSTALL.win32 index 6623246ea6..5a68da9691 100644 --- a/INSTALL.win32 +++ b/INSTALL.win32 @@ -226,5 +226,20 @@ Once configured, to build VLC, just run `make'. ( If you are using our gcc-3.3.1 cross-compiler you'll need to use: PATH=/usr/local/mingw/bin:$PATH make ) +Once the compilation is done, you can either run VLC directly from the source +tree or you can build self-contained VLC packages with the following +'make' rules: + + make package-win32-base + will create a subdirectory named vlc-x.x.x with all the binaries + 'stripped' (ie. without any debugging symbols). + + make package-win32-zip + Same as above but will package the directory in a zip file. + + make package-win32 + Same as above but will also create an auto-installer package. You will need + to have NSIS installed in its default location for this to work. + Well done, now you're ready to use VLC! =======================================