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

[Enhancement]: Provide compilation instructions #39

Open
1 task done
ashquarky opened this issue Jul 13, 2024 · 4 comments
Open
1 task done

[Enhancement]: Provide compilation instructions #39

ashquarky opened this issue Jul 13, 2024 · 4 comments
Labels
approved The topic is approved by a developer documentation Improvements or additions to documentation enhancement An update to an existing part of the codebase

Comments

@ashquarky
Copy link
Member

Checked Existing

  • I have checked the repository for duplicate issues.

What enhancement would you like to see?

Inkay's README or other documentation should talk about how to compile it; and remind users about their obligations under the GPL for any modified binaries they might produce.

Any other details to share? (OPTIONAL)

See #37

@ashquarky ashquarky added enhancement An update to an existing part of the codebase awaiting-approval Topic has not been approved or denied documentation Improvements or additions to documentation approved The topic is approved by a developer and removed awaiting-approval Topic has not been approved or denied labels Jul 13, 2024
@Cart1416
Copy link

please tell how to compile I've been trying for 4 hours and still can't do it, I can't find /opt/devkitpro/wums/share/libkernel.ld

@JouriR
Copy link
Contributor

JouriR commented Aug 3, 2024

@Cart1416 Here are the steps I follow to build locally:

  1. First please make sure you have Docker installed on your machine (https://docs.docker.com/get-docker/).
  2. Navigate to the directory where you have the Inkay source code.
  3. Run docker build . -t builder to build the Inkay-builder docker image.
  4. Then run docker run --rm -v ${PWD}:/app -w /app builder to build Inkay using the image you just created.

And that's it! You should now have a Inkay-pretendo.elf & Inkay-pretendo.wps file in your directory.

@Cart1416
Copy link

Cart1416 commented Aug 3, 2024

@JouriR I got it to work, I followed instructions like that but I had to copy the source code to the app directory

@JouriR
Copy link
Contributor

JouriR commented Aug 4, 2024

@Cart1416 Great! Glad I could help :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved The topic is approved by a developer documentation Improvements or additions to documentation enhancement An update to an existing part of the codebase
Projects
Status: Todo
Development

No branches or pull requests

3 participants