Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-1.1
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-1.1
Commits
869d0526
Commit
869d0526
authored
Jan 20, 2006
by
Christophe Mutricy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Install.win32: Add path for pkg-config
parent
bb162a43
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
INSTALL.win32
INSTALL.win32
+4
-0
No files found.
INSTALL.win32
View file @
869d0526
...
@@ -124,6 +124,7 @@ If you are cross-compiling from Debian, you can use something
...
@@ -124,6 +124,7 @@ If you are cross-compiling from Debian, you can use something
along those lines:
along those lines:
./bootstrap && \
./bootstrap && \
PKG_CONFIG_LIBDIR=/usr/win32/lib/pkgconfig \
CPPFLAGS="-I/usr/win32/include -I/usr/win32/include/ebml" \
CPPFLAGS="-I/usr/win32/include -I/usr/win32/include/ebml" \
LDFLAGS=-L/usr/win32/lib \
LDFLAGS=-L/usr/win32/lib \
CC=i586-mingw32msvc-gcc CXX=i586-mingw32msvc-g++ \
CC=i586-mingw32msvc-gcc CXX=i586-mingw32msvc-g++ \
...
@@ -148,6 +149,7 @@ along those lines:
...
@@ -148,6 +149,7 @@ along those lines:
./bootstrap && \
./bootstrap && \
PATH=/usr/local/mingw/bin:$PATH \
PATH=/usr/local/mingw/bin:$PATH \
PKG_CONFIG_LIBDIR=/usr/win32/lib/pkgconfig \
CPPFLAGS=-I/usr/win32/include \
CPPFLAGS=-I/usr/win32/include \
LDFLAGS=-L/usr/win32/lib \
LDFLAGS=-L/usr/win32/lib \
CC=i586-mingw32msvc-gcc CXX=i586-mingw32msvc-g++ \
CC=i586-mingw32msvc-gcc CXX=i586-mingw32msvc-g++ \
...
@@ -173,6 +175,7 @@ hasn't been tested in about a year or so. So to build without the
...
@@ -173,6 +175,7 @@ hasn't been tested in about a year or so. So to build without the
emulation layer, use something like this:
emulation layer, use something like this:
./bootstrap && \
./bootstrap && \
PKG_CONFIG_PATH=/usr/win32/lib/pkgconfig \
CPPFLAGS="-I/usr/win32/include -I/usr/win32/include/ebml" \
CPPFLAGS="-I/usr/win32/include -I/usr/win32/include/ebml" \
LDFLAGS=-L/usr/win32/lib \
LDFLAGS=-L/usr/win32/lib \
CC="gcc -mno-cygwin" CXX="g++ -mno-cygwin" \
CC="gcc -mno-cygwin" CXX="g++ -mno-cygwin" \
...
@@ -198,6 +201,7 @@ CXX="g++ -mno-cygwin" line. You're on your own though.
...
@@ -198,6 +201,7 @@ CXX="g++ -mno-cygwin" line. You're on your own though.
If you are compiling with MSYS/MINGW, then you can use something along those
If you are compiling with MSYS/MINGW, then you can use something along those
lines:
lines:
./bootstrap && \
./bootstrap && \
PKG_CONFIG_PATH=/usr/win32/lib/pkgconfig \
CPPFLAGS="-I/usr/win32/include -I/usr/win32/include/ebml" \
CPPFLAGS="-I/usr/win32/include -I/usr/win32/include/ebml" \
LDFLAGS=-L/usr/win32/lib \
LDFLAGS=-L/usr/win32/lib \
./configure \
./configure \
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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