Inkay icon indicating copy to clipboard operation
Inkay copied to clipboard

[Enhancement]: Provide compilation instructions

Open ashquarky opened this issue 1 year ago • 5 comments

Checked Existing

  • [X] 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 avatar Jul 13 '24 05:07 ashquarky

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

Cart1416 avatar Jul 23 '24 19:07 Cart1416

@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.

JouriR avatar Aug 03 '24 12:08 JouriR

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

Cart1416 avatar Aug 03 '24 13:08 Cart1416

@Cart1416 Great! Glad I could help :)

JouriR avatar Aug 04 '24 07:08 JouriR

Some amount of work done on this: https://github.com/PretendoNetwork/Inkay/commit/fa59526cd062cf98314f9b23e1a64adbf500e065

ashquarky avatar Dec 21 '24 12:12 ashquarky