Changeset f50eee0d06b197f99fc9f3bec869fbbe2f4e3ebf

Show
Ignore:
Timestamp:
03/10/04 14:28:07 (4 years ago)
Author:
Gildas Bazin <gbazin@videolan.org>
git-committer:
Gildas Bazin <gbazin@videolan.org> 1078925287 +0000
git-parent:

[5d0cd08833ac4ab692b2091f7e2b67c362f0268f]

git-author:
Gildas Bazin <gbazin@videolan.org> 1078925287 +0000
Message:

* INSTALL.win32: added a section about the "make package-win32" rules.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • INSTALL.win32

    r7ed96a5 rf50eee0  
    227227  PATH=/usr/local/mingw/bin:$PATH make ) 
    228228 
     229Once the compilation is done, you can either run VLC directly from the source 
     230tree or you can build self-contained VLC packages with the following 
     231'make' rules: 
     232 
     233  make package-win32-base 
     234   will create a subdirectory named vlc-x.x.x with all the binaries 
     235   'stripped' (ie. without any debugging symbols). 
     236 
     237  make package-win32-zip 
     238   Same as above but will package the directory in a zip file. 
     239 
     240  make package-win32 
     241   Same as above but will also create an auto-installer package. You will need 
     242   to have NSIS installed in its default location for this to work. 
     243 
    229244Well done, now you're ready to use VLC! 
    230245=======================================