Hello
I am using virtual box with ubuntu 32 bit desktop as guest OS. windows 7 64bit is a host. followed instructions in the link to compile VLC.
http://wiki.videolan.org/Win32Compile
First thing: when I try git clone..... to download VLC my terminal says, cloning into VLC.... and finally after a minute or so fails saying 'Connection timed out.'.
So I manually downloaded the vlc 2.0.0. Under vlc 2.0.0. directory, I tried the following as per the link.
$ mkdir -p contrib/win32
$ cd contrib/win32
$ ../bootstrap --host=i586-mingw32msvc
$ make prebuilt
When i executed ../bootstrap... , my terminal says, ../bootstrap must be run from a subdirectory. How do I solve this? I am new to linux environment.
Thanks