GitProgressList: Do not show download progress animation for reset
[TortoiseGit.git] / ext / OGDF / README.txt
blob37bf4a4d4abdd5fb36e9976da9cdebde42bbf337
1 ***********************************************************\r
2 *         OGDF - The Open Graph Drawing Framework         *\r
3 *                                                         *\r
4 *                         README                          *\r
5 ***********************************************************\r
6 \r
7 Welcome to OGDF!\r
8 \r
9 OGDF is a portable C++ class library for graph drawing.\r
10 This archive contains the source-code of OGDF.\r
13 ******************** LICENSE ********************\r
15 This software is distributed under the terms of the GNU\r
16 General Public License v2 or v3, with special exceptions\r
17 allowing to link against LP-solvers (see the LICENSE.txt\r
18 file for details!). By installing this software you agree\r
19 to these license terms.\r
21 If you have questions, please write to license@ogdf.net .\r
24 ******************* COPYRIGHT *******************\r
26 All files in the OGDF distribution are copyrighted:\r
28 Copyright (C) 2005-2012\r
31 ****************** INSTALLATION *****************\r
33 Unpack the OGDF archive in the directory, where you want to\r
34 install OGDF.\r
36 Build OGDF (gcc Compiler [Linux, Mac OS]):\r
38   1. Edit makeMakefile.config for your configuration \r
39      (if necessary): check the [GENERAL] section. If \r
40      you do not use Coin, the default parameters should\r
41      be suitable.\r
43   2. Execute makeMakefile.sh to generate a suitable Makefile.\r
45   3. Call make to build the OGDF library (you may also call\r
46      make debug_all to generate a debuggable version).\r
49 Build OGDF (Visual Studio [Windows]):\r
51   1. Create Visual Studio project file:\r
52   \r
53      Visual Studio 2008: Execute the python script makeVCProj.py\r
54        to generate a Visual Studio 2008 project file ogdf.vcproj.\r
55            \r
56      Visual Studio 2010: Execute the python script makeVCXProj.py\r
57        to generate a Visual Studio 2010 project file ogdf.vcxproj.\r
59   2. Open the created project file (.vcproj or .vcxproj) with\r
60      Visual Studio and call build.\r
62 OGDF also contains some optional features which require COIN\r
63 Osi as LP solver. It is also possible to generate project\r
64 files for Visual Studio 2003 & 2005.\r
66 Please refer to the OGDF Wiki for more detailed information:\r
68 gcc:        http://www.ogdf.net/ogdf.php/tech:installgcc\r
69 Visual C++: http://www.ogdf.net/ogdf.php/tech:installvcc\r
72 ******************** CHANGES ********************\r
74 For changes refer to the version history at\r
76 http://www.ogdf.net/doku.php?id=tech:versions\r
79 ******************** CONTACT ********************\r
81 Email: info@ogdf.net\r
83 Web:   http://www.ogdf.net\r
84 Forum: http://www.ogdf.net/forum\r
87 Enjoy!\r
89   The OGDF Team.\r