You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to do so, according to guide, I get no response from repo:
[opc@dalquintdevhubscl diagrams]$ go get github.com/mingrammer/round
And then when trying to run autogen.sh in diagrams I get:
[opc@dalquintdevhubscl diagrams]$ ./autogen.sh
round is not installed
My dependency script looks like this:
#!/bin/bashset -xe
go get github.com/mingrammer/round
sudo pip3 install black
FILE=Inkscape-3bf5ae0-x86_64.AppImage
if [ !-f"$FILE" ];then
wget --no-check-certificate https://inkscape.org/ko/gallery/item/29256/Inkscape-3bf5ae0-x86_64.AppImage
chmod u+x ${FILE}
ln -s ${FILE} inkview
fi
Could you kindly let me know if there is something wrong with the installation process I'm following? I don't see anything evident at this point.
Thanks
The text was updated successfully, but these errors were encountered:
For updating diagrams, I'm trying to install the dependencies to update the OCI icon library. In order to do so, according to collab guide here: https://github.com/dralquinta/diagrams/blob/master/CONTRIBUTING.md I need to install round depedency.
When trying to do so, according to guide, I get no response from repo:
And then when trying to run autogen.sh in diagrams I get:
My dependency script looks like this:
Could you kindly let me know if there is something wrong with the installation process I'm following? I don't see anything evident at this point.
Thanks
The text was updated successfully, but these errors were encountered: