[IGSTK-Developers] The Book

Matt Turek matt.turek at kitware.com
Sun Dec 21 15:26:56 EST 2008


I am building on Windows using MikTex and Visual Studio C++ 2008 Express.

I've attached the CMake files I modified to get the build to work. I
also added a target to run a PDF reader on the output which uses
FindPDFReader.cmake (also attached). One CMake file is from TheBook
directory, and the other is from TheBook/Latex. One of the problems I
fixed was with the "tee" command.

I didn't take the time to try other platforms, so I haven't checked in
the CMake files.

I think there's a windows binary installer for Graphviz here:
http://www.graphviz.org/Download_windows.php (you'll need to accept
the download terms).

You'll also need to get fig2dev, which I think I got here:
http://tams-www.informatik.uni-hamburg.de/applets/jfig/archive/fig2dev3.2.3d-windows.zip

Matt



On Sun, Dec 21, 2008 at 12:46 PM, Patrick Cheng
<cheng at isis.georgetown.edu> wrote:
> Hi Julien,
>
> The link to the PDF is a continuous build of the book (every 30 minutes)
>
> I haven't been able to get the book built successfully under Cygwin. The
> binary of Graphviz for cygwin can be found here:
> http://lassauge.free.fr/cygwin/release/graphviz/
> Let me know if you have any luck with that.
>
> The other option is to install linux on windows virtual machine (like VMware
> Server, it's free). I did manage to get the book built under Ubuntu in the
> VM.
>
> Here are some notes I took while setting up the build:
> ----------------------------------------------------------------------
> We need to install these tools to build the book:
> g++
> cmake
> cvs
> Texlive-full
> Graphviz
> ImageMagick
> transfig
>
> If you encounter error:
>  ! LaTeX Error: File `picins.sty' not found.
> Go to:
>  http://www.ctan.org/tex-archive/macros/latex209/contrib/picins/
> Download the .sty files, and put them into
>  /usr/share/texmf-texlive/tex/latex
> And then run:
>  texhash
> -----------------------------------------------------------------------
>
> Hope this will help,
>
> Patrick
>
> Julien Jomier wrote:
>>
>> Hello,
>>
>> I'm trying to build The Book on Cygwin but Graphviz's dot apparently
>> doesn't exist (at least I couldn't find it). Then I tried on plain Windows
>> without Cygwin but couldn't but the latex file because of the following
>> causes an error:
>>
>>  ..\LaTeXWrapper.bat
>> C:/Julien/Workspace/IGSTKDocuments/TheBook/Latex/IGSTKTheBook.tex | tee
>> IGSTKTheBook.bibtex
>>
>> Is anybody building TheBook on either Cygwin or Windows?
>>
>> Also, is the link to the PDF the nightly build of the book?
>> http://public.kitware.com/IGSTKWIKI/index.php/IGSTKTheBook_for_Release_4.0
>>
>> Thanks,
>> Julien
>> _______________________________________________
>> IGSTK-Developers mailing list
>> IGSTK-Developers at public.kitware.com
>> http://public.kitware.com/cgi-bin/mailman/listinfo/igstk-developers
>>
>>
> _______________________________________________
> IGSTK-Developers mailing list
> IGSTK-Developers at public.kitware.com
> http://public.kitware.com/cgi-bin/mailman/listinfo/igstk-developers
>
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: CMakeLists.txt
URL: <http://public.kitware.com/pipermail/igstk-developers/attachments/20081221/79533a0c/attachment.txt>
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: CMakeLists.txt
URL: <http://public.kitware.com/pipermail/igstk-developers/attachments/20081221/79533a0c/attachment-0001.txt>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: FindPDFReader.cmake
Type: application/octet-stream
Size: 731 bytes
Desc: not available
URL: <http://public.kitware.com/pipermail/igstk-developers/attachments/20081221/79533a0c/attachment.obj>


More information about the IGSTK-Developers mailing list