Hello,
I am trying to compile vlc2.0.6 x64 with mingw64.
I have a windows 7 x64 and I downloaded and install <mingw-w64-v2.0.8>.
I read <http://wiki.videolan.org/Compile_VLC> but I have any doubts.
Steps:
1) I run this
../bootstrap --host=x86_64-w64-mingw32
result
Guessing build system... mingw32
Creating configuration file... config.mak
../bootstrap: line 216: unlink: command not found
Bootstrap completed.
Run "make" to start compilation.
What can I do to solve this? Can I continue?
2)
make prebuilt
result
/bin/sh: x86_64-w64-mingw32-gcc: command not found
Makefile:334: *** Neither curl nor wget found!. Stop.
What I have to do?
I try with
make
result
/bin/sh: x86_64-w64-mingw32-gcc: command not found
../../contrib/src/SDL_image/rules.mak:12: *** Neither curl nor wget found!.
Thank you in advance.