Skip to content

Commit

Permalink
Updated ibgdiplus install guide on centos
Browse files Browse the repository at this point in the history
  • Loading branch information
VahidN committed Apr 26, 2019
1 parent 70b6e38 commit 0a6b437
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ To run this project on non-Windows-based operating systems, you will need to ins
- make
- make install
- cd /usr/lib64/
- ln -s /usr/local/lib/libgdiplus.so gdiplus.dll
- ln -s /usr/local/lib/libgdiplus.so libgdiplus.so
- Docker
- RUN apt-get update \\

Expand Down
2 changes: 1 addition & 1 deletion tag-it.bat
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
git tag -a 1.4.6 -m "Published 1.4.6 to nuget.org"
git tag -a 1.5.0 -m "Published 1.5.0 to nuget.org"
git push --follow-tags
pause

0 comments on commit 0a6b437

Please sign in to comment.