libredwg
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [libredwg] building under Windows with Cygwin


From: Aurélio A . Heckert
Subject: Re: [libredwg] building under Windows with Cygwin
Date: Wed, 16 Dec 2009 17:41:52 -0300

That explains why everybody loves Juca. :-)

On Wed, Dec 16, 2009 at 5:18 PM,  <address@hidden> wrote:
> I have successfully built LibreDWG in a Windows XP machine today.
>
> But I have had some issues, so here is what I did:
>
> Install Cygwin.
> In the installer you must open the "devel" list expander and select these
> packages:
> git, automake, gcc, make, libtool
>
> after installing cygwin, open it and type:
>
> git clone git://git.savannah.gnu.org/libredwg.git
>
> this will fetch our current development code. Enter the directory with:
>
> cd libredwg
>
>
> I did not find ps-lib package in the cygwin distribution. This package is
> needed for one of our exemple programs, which outputs postcript files from a
> given dwg.
> For now, you should edit examples/Makefile.am and remove all references to
> dwg_ps
>
> Then in order to build, the common procedure would be the usual:
>
> ./configure
> make
> make install
> make check
>
> unfortunatelly, for some not yet well know reason, it complained about
> libtool version.
> So, to fix that, I did type this command:
>
> autoreconf -i
>
> This recreates the configure script using the currently installed version of
> libtool (I think - correct me if I'm wrong).
> Then you can do this to build:
>
> ./configure
> make
>
> and this to install the lib:
> make install
>
> and then you do this to build the examples:
> make check
>
>
> Happy Hacking!
> Felipe "Juca" Sanches
>



-- 
Aurélio A. Heckert  http://colivre.coop.br/Aurium
GNU/Linux User #312507  http://counter.li.org
     - - - - - - - - - - - - - - - - - - - - - - - - -
Ilustração Vetorial Livre: http://InkscapeBrasil.org
Coop. de Tecnologias Livres: http://Colivre.coop.br
     - - - - - - - - - - - - - - - - - - - - - - - - -
  "Windows 7: a new era of restrictions."
   http://windows7sins.org

   Antes de imprimir esta mensagem reflita
   sobre a sua responsabilidade com a
   preservação do Meio Ambiente.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]