From 29eb4e2a9291c2364654ca34bcadcf600fd19c4b Mon Sep 17 00:00:00 2001 From: WrinklyNinja Date: Thu, 15 Aug 2013 11:50:40 +0100 Subject: [PATCH] Documented the required GraphVis binaries. --- README.md | 36 +++++++++++++++++++++++++++++++++++- 1 file changed, 35 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 32c56836..d1d53786 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ BOSS requires the following libraries: BOSS expects all libraries' folders to be present alongside the BOSS repository folder that contains this readme, or otherwise installed such that the compiler and linker used can find them without suppling additional paths. All paths below are relative to the folder(s) containing the libraries and BOSS. -BOSS also requires Subversion binaries, which can be obtained [here](http://sourceforge.net/projects/win32svn) and should be installed as detailed below. +BOSS also requires GraphVis and Subversion binaries, which can be obtained [here](http://sourceforge.net/projects/win32svn) and [here](http://www.graphviz.org/Download_windows.php) respectively and should be installed as detailed below. Alphanum, Libespm and PugiXML do not require any additional setup. The rest of the libraries must be built separately. @@ -68,6 +68,40 @@ Put the following binaries into ```resources/svn/``` in the BOSS repository root * ssleay32.dll * svn.exe +### GraphVis + +Put the following binaries into `resources/graphvis/` in the BOSS repository root, then run `dot.exe -c`. + +* cdt.dll +* cgraph.dll +* dot.exe +* freetype6.dll +* gvc.dll +* gvplugin_core.dll +* gvplugin_dot_layout.dll +* gvplugin_gd.dll +* gvplugin_pango.dll +* iconv.dll +* jpeg62.dll +* libcairo-2.dll +* libexpat.dll +* libfontconfig-1.dll +* libfreetype-6.dll +* libglib-2.0-0.dll +* libgmodule-2.0-0.dll +* libgobject-2.0-0.dll +* libgthread-2.0-0.dll +* libpango-1.0-0.dll +* libpangocairo-1.0-0.dll +* libpangoft2-1.0-0.dll +* libpangowin32-1.0-0.dll +* libpng12.dll +* libpng14-14.dll +* libxml2.dll +* ltdl.dll +* Pathplan.dll +* zlib1.dll + ### Boost ```