squigulator icon indicating copy to clipboard operation
squigulator copied to clipboard

Alternative version

Open HLHsieh opened this issue 1 year ago • 3 comments

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

HLHsieh avatar Jan 29 '24 18:01 HLHsieh

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?

hasindu2008 avatar Jan 30 '24 12:01 hasindu2008

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

HLHsieh avatar Feb 01 '24 03:02 HLHsieh

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 avatar Feb 01 '24 04:02 hasindu2008

Closing this issue due to no activity. Feel free to reopen if you still have the issue.

hasindu2008 avatar Aug 17 '24 11:08 hasindu2008