Documented the required GraphVis binaries.

This commit is contained in:
WrinklyNinja
2013-08-15 11:50:40 +01:00
parent cc36c8e86c
commit 29eb4e2a92
+35 -1
View File
@@ -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
```