-
Notifications
You must be signed in to change notification settings - Fork 21
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
error installing starfix in linux #64
Comments
Hi Ajeet {@gajeet11000 }, what you downloaded were the source code files. To install or run startfix you should download any of the build files. We haven't made any release so far but to try out you can download the assembled zip directly from the latest builds on Github actions (Choose release-build-native-linux). The better way I would suggest you would be to clone the source code on your local and make a build for yourself and try installing that out . |
Thanks, @fahad-israr, I was confused as it was mentioned that you need to download it from the latest release. I would definitely like to build the source from the scratch, please let me know the commands and the software dependencies in order to do that. |
|
@gajeet11000 was your issue solved ? btw. on your quesiton on discussions I enabled them for the repo so it can be used if something does feel like can just be discussed in the issues. |
@maxandersen I closed this issue yesterday because Its not actually an issue instead the user tried to install it the wrong way . He was trying to install directly from the source code instead of which he should have built it and tried or used a build output from gh-action(I suggested him both) . Later he tried building the project but couldn't because he didn't have the dependencies installed. So technically he actually never tried to install starfix . Atm he is stuck at building a Native Exectable from a Quarkus Project .
|
But the instructions he followed to build was not working ... I wonder why ? |
In the last screenshot we could see |
Maven is available directly in repo when running ./mvn so shouldn't be a missing maven issue. Maybe using too new version of java ? |
Could be then . |
Hi, I am Ajeet and I have been looking around in order to install this Starfix tool as I find it very useful to clone and open a GitHub repo in a single command.
I read the installation instruction for Linux but I can't find the starfix-linux.zip file anywhere to download. I found the install file that was mentioned in the instructions inside /starfix/cli/installer/linux/installer/ . I executed the ./install command and it shows the error:-
I also want to contribute to this project, and this will be my first open-source contribution so forgive me if there is any format mistake in creating the issues. Any guideline tips for contributing would help me a lot.
Regards,
Ajeet.
The text was updated successfully, but these errors were encountered: