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

Alternative version #9

Closed
HLHsieh opened this issue Jan 29, 2024 · 4 comments
Closed

Alternative version #9

HLHsieh opened this issue Jan 29, 2024 · 4 comments

Comments

@HLHsieh
Copy link

HLHsieh commented Jan 29, 2024

Hello,

Thank you for providing this remarkable tool. I'd like to inquire if an alternative version of the tool is available that doesn't necessitate compilation. I'm currently working within the supercomputer infrastructure at my university, and unfortunately, I lack the necessary permissions to execute sudo commands. Having a version that doesn't require compilation would greatly facilitate my research.

Thank you for your assistance.

Best regards,
Hsin

@hasindu2008
Copy link
Owner

Hello,
Can you try the pre-compiled binaries as explained at the beginning of the section https://github.com/hasindu2008/squigulator?tab=readme-ov-file#installation?

@HLHsieh
Copy link
Author

HLHsieh commented Feb 1, 2024

Thanks for your prompt response. I successfully downloaded the file using the following commands:

VERSION=0.2.2
wget https://github.com/hasindu2008/squigulator/releases/download/v${VERSION}/squigulator-v${VERSION}-x86_64-linux-binaries.tar.gz
tar xf squigulator-v${VERSION}-x86_64-linux-binaries.tar.gz  && cd squigulator-v${VERSION}
./squigulator --help

Unfortunately, I cannot execute the following command since I lack the necessary permissions to run sudo commands:

sudo apt-get install zlib1g-dev

Is there any workaround?

Best,
Hsin

@hasindu2008
Copy link
Owner

What I meant was the first listed method of downloading and extracting the binaries.

VERSION=0.2.2
wget https://github.com/hasindu2008/squigulator/releases/download/v${VERSION}/squigulator-v${VERSION}-x86_64-linux-binaries.tar.gz
tar xf squigulator-v${VERSION}-x86_64-linux-binaries.tar.gz  && cd squigulator-v${VERSION}
./squigulator --help

@hasindu2008
Copy link
Owner

Closing this issue due to no activity. Feel free to reopen if you still have the 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