Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
f50eee0d
Commit
f50eee0d
authored
Mar 10, 2004
by
gbazin
Browse files
* INSTALL.win32: added a section about the "make package-win32" rules.
parent
5d0cd088
Changes
1
Hide whitespace changes
Inline
Side-by-side
INSTALL.win32
View file @
f50eee0d
...
...
@@ -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!
=======================================
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment