Skip to content

Commit a7a03d4

Browse files
committed
Fix libgdiplus.so path
1 parent 05be659 commit a7a03d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ To run this project on non-Windows-based operating systems, you will need to ins
8787
- make
8888
- make install
8989
- cd /usr/lib64/
90-
- ln -s /usr/local/lib/libgdiplus.so gdiplus.dll
90+
- ln -s /usr/local/lib/libgdiplus.so libgdiplus.so
9191
- Docker
9292
- RUN apt-get update \\
9393

0 commit comments

Comments
 (0)