ok, How I can compile in Windows using Visual Studio and Mingw?
De: Merlin Moncure <mmoncure@gmail.com> Para: Alejandro Carrillo <fasterzip@yahoo.es> CC: "sthomas@optionshouse.com" <sthomas@optionshouse.com>; "pgsql-performance@postgresql.org" <pgsql-performance@postgresql.org> Enviado: Lunes 4 de junio de 2012 13:23 Asunto: Re: [PERFORM] Recover rows deleted
On Mon, Jun 4, 2012 at 12:46 PM, Alejandro Carrillo <fasterzip@yahoo.es> wrote: > How I can compile in Windows? I tried to compile using Dev-C++ 4.9 and show
It's probably going to take some extra effort to compile backend libraries with that compiler. The two supported compiling environments on windows are mingw and visual studio. (that said, it's probably doable if you're willing to expend the effort and have some experience porting software).