Hi! On 2018-04-09 18:21 +0200, Karol Pietruszewski wrote: > thank you Alexander i was start learn shell script and msys2 which not > work for me (error no compiler found) > : https://github.com/MeditProfi/mplayer/blob/master/BUILD.md i need think > what gone wrong or write own script for Msys2 also learn GCC commands .
In a few words you will need to install developer tools and the dependencies required for your needs. That little sentence can take some time to get it right. You probably will have to build and simply use the resulting executable for some time. And repeat until you are satisfied with the results. The advantage of MSys2 is you can use pacman to get most software packages installed, upgraded and possibly removed if they turn out not to be needed. The building itself should then turn out pretty simple, just the usual 2 to 3-stage process. 1. prepare and configure the build with MPlayer's configure command 2. compile with GNU make 3. install or package if you need it, though the resulting executable of the previous step can be used without installation You should not need to write a script, except maybe a really "dumb" one that contains your configure parameters and possible chains the other 2 stages afterwards. Alexander > 2018-04-09 11:00 GMT+02:00 <[email protected]>: > > > Send MPlayer-DOCS mailing list submissions to > > [email protected] > > > > To subscribe or unsubscribe via the World Wide Web, visit > > https://lists.mplayerhq.hu/mailman/listinfo/mplayer-docs > > or, via email, send a message with subject or body 'help' to > > [email protected] > > > > You can reach the person managing the list at > > [email protected] > > > > When replying, please edit your Subject line so it is more specific > > than "Re: Contents of MPlayer-DOCS digest..." > > > > > > Today's Topics: > > > > 1. Re: new guide compile mplayer with OSD and fontrendering > > MINGW64 (Alexander Strasser) > > > > > > ---------------------------------------------------------------------- > > > > Message: 1 > > Date: Sun, 8 Apr 2018 12:47:30 +0200 > > From: Alexander Strasser <[email protected]> > > To: [email protected] > > Subject: Re: [MPlayer-DOCS] new guide compile mplayer with OSD and > > fontrendering MINGW64 > > Message-ID: <[email protected]> > > Content-Type: text/plain; charset=us-ascii > > > > Hi! > > > > On 2018-04-08 07:43 +0200, Karol Pietruszewski wrote: > > > //TODO// > > > 1.MinGW -W64 https://mingw-w64.org/doku.php > > > 2.Install on C:// ,Download DirectX headers : > > > www.mplayerhq.hu/MPlayer/contrib/win32/dx7headers.tgz extract to folder > > > include. > > > 3.Download MSYS-20111123.zip extract to our installation. > > > 4.Run pi.bat from > > > C:\mingw-w64\i686-7.3.0-posix-dwarf-rt_v5-rev0\mingw32\postinstall > > > 5.Press Y when will be asking then enter. > > > > + > > > 6.Download and copy YASM to bin folder rename to yasm.exe : > > > http://yasm.tortall.net/ > > > 7.Download NASM Win32 or Win64 : > > > https://www.nasm.us/pub/nasm/releasebuilds/2.13.03/win32/ > > > https://www.nasm.us/pub/nasm/releasebuilds/2.13.03/win64/(hope it helps > > > paste in bin folder) > > > > You usually only need one of the listed assemblers. > > > > > > > 8.Extract all exe from nasm archive to bin folder. > > > 9.Extract Libiconv-1.13.1 on C: > > > 10.Run Msys write command cd c:/libiconv-1.13.1 > > > still incomplete i have problem with compilation of iconv and freetype > > > PS:For use in MSYS2 i will write shell script. > > > //TODO// > > > > When using MSys2 building MPlayer should mostly work like building on > > any other unix-like system. > > > > > > Wouldn't using MSys2 MinGW-w64 shell work for you too? > > > > > > Alexander _______________________________________________ MPlayer-DOCS mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/mplayer-docs
