Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to install library #2

Open
dralquinta opened this issue Nov 7, 2021 · 1 comment
Open

Unable to install library #2

dralquinta opened this issue Nov 7, 2021 · 1 comment

Comments

@dralquinta
Copy link

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:

[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/bash
set -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

@rkuczer
Copy link

rkuczer commented Mar 23, 2023

I am also having this issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants