C-RH-C / crhc-cli

C.RH.C API Command Line Tool
GNU General Public License v3.0
18 stars 13 forks source link

Is there a version of crhc-linux-64 for ARM ? #247

Closed fabienfigueras closed 2 months ago

fabienfigueras commented 2 months ago

Hello !

Is there a version of crhc-linux-64 for ARM available ?

Or

How to buld one with RHEL9 for ARM ?

Thank for your help

waldirio commented 2 months ago

Hello @fabienfigueras

Please, check the steps here

Checking it now, I need to update this doc, but you can proceed as below

$ git clone https://github.com/C-RH-C/crhc-cli.git
$ cd crhc-cli
$ python3 -m venv ~/.virtualenv/crhc-cli
$ source ~/.virtualenv/crhc-cli/bin/activate
$ pyinstaller --paths=. --onefile bin/crhc-cli

This should create the file dist/crhc-cli

Please, let me know if you have any issues/questions.

Waldirio

fabienfigueras commented 2 months ago

Hi Waldirio Thank you very much those commands works fine. You can close this issue. Kind Regards Fabien

waldirio commented 2 months ago

Hello @fabienfigueras

Glad to know everything worked as expected. I'll keep this issue, then I'll track the change in the documentation.

Please, let me know if there is anything else you would like to see on crhc-cli

Thank you! Waldirio