Skip to content

Commit cb28c52

Browse files
committed
Use version 11.0.0
1 parent ae6c959 commit cb28c52

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+8
-2
lines changed
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
-4.02 KB
Binary file not shown.
-4.02 KB
Binary file not shown.
Binary file not shown.
-5.59 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
-7.93 KB
Binary file not shown.
-7.93 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
-2.62 KB
Binary file not shown.
-2.62 KB
Binary file not shown.
Binary file not shown.

GraphvizWrapper/graphvizfiles/unpack-rpm.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,8 @@ echo "The specified directories have been copied to: $TARGET_DIR"
4040
echo "Result:"
4141
ls -R "$TARGET_DIR"
4242

43+
44+
echo
45+
echo "Copying usr/include/graphviz to $TARGET_DIR/../../include/"
46+
cp "./$EXTRACT_DIR/usr/include/graphviz/"* "$TARGET_DIR/../../include/" && unix2dos "$TARGET_DIR/../../include/"*
47+

How-to-upgrade-graphviz.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,11 @@ First on Windows
2222

2323
Now on linux (e.g. WSL)
2424
- cd to GraphvizWrapper/graphvizfiles/
25-
- Download the Fedora rpm into the currently folder, e.g. fedora_41_graphviz-<version>-cmake.rpm
25+
- Download the Fedora package (e.g. fedora_41_graphviz-<version>-cmake.rpm) into the current working directory
2626
- Run `bash unpack-rpm.sh fedora_41_graphviz-<version>-cmake.rpm` to deploy the files to the linux subfolder
2727
- Run `bash patch-rpath.sh linux/` to patch the RPATH of all binaries so they can find the locally deployed version of graphviz.
28+
- Make sure none of the include files have changed (as a sanity check this is the same version as on windows)
2829

2930
- Compile and run the tests
30-
- Update version number in README-src.md
31+
- Update version number in README-src.md and run `bash generatereadme.sh`
3132

0 commit comments

Comments
 (0)