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

[Question]: Inkay build #37

Closed
1 task done
00cedke opened this issue Jul 12, 2024 · 10 comments
Closed
1 task done

[Question]: Inkay build #37

00cedke opened this issue Jul 12, 2024 · 10 comments
Labels
question A general question about the codebase

Comments

@00cedke
Copy link

00cedke commented Jul 12, 2024

Checked Existing

  • I have checked the repository for duplicate issues.

What would you like to know?

Hello, sorry for disturb but i want to build Inkay myself, i have devkitpro with the features and Dockerfile but i can't build Inkay i don't know why, please i need a help, thanks for your reponse.

@00cedke 00cedke added the question A general question about the codebase label Jul 12, 2024
@00cedke
Copy link
Author

00cedke commented Jul 12, 2024

Capture

@MatthewL246
Copy link
Member

The problem is that you're just not using the right commands to build and run the image. Try this.

docker build . -t inkay-builder
docker run -it --rm -v .:/app inkay-builder

@00cedke
Copy link
Author

00cedke commented Jul 12, 2024

i put this command and inkay will be compiled ? or i need other command ?

@MatthewL246
Copy link
Member

Yes, those commands should just compile Inkay in the current directory.

@00cedke
Copy link
Author

00cedke commented Jul 12, 2024

Capture

@MatthewL246
Copy link
Member

That error message is already pretty clear. You need to start Docker.

@00cedke
Copy link
Author

00cedke commented Jul 12, 2024

ohh i open docker and its worked i guess

@00cedke
Copy link
Author

00cedke commented Jul 12, 2024

the first command worked but the second ewwww no
Capture

@MatthewL246
Copy link
Member

That's because you're not using the same image name for both commands. inkay-build and inkay-builder aren't the same. I would recommend taking a look at a Docker beginner's tutorial so you can better understand how Docker images and containers work.

@ashquarky
Copy link
Member

This user's fork strips out our GPLv3 license and copyright messages, instead putting their own BSD (more permissive!) license and their own copyright attribution: https://github.com/InnoverseTeam/Innoverse-patcher/blob/main/LICENSE

As such we won't be providing further support. Clones and forks are reminded that they must abide by the code sharing and attribution rules of the GPL.

@ashquarky ashquarky closed this as not planned Won't fix, can't repro, duplicate, stale Jul 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question A general question about the codebase
Projects
None yet
Development

No branches or pull requests

3 participants