Code Monkey home page Code Monkey logo

Comments (5)

XorTroll avatar XorTroll commented on June 6, 2024 1

Try running make initial (I should update build instructions in the README actually)

from goldleaf.

impeeza avatar impeeza commented on June 6, 2024

Thank you so much for quick response.

I just finish making tests, I did setup a MSYS (MinGW) environment, installed DevKitPro and start the build Goldleaf process.

For the process begin I did need the packages:

git make

Then installed the ones on the README.MD:

devkitA64 switch-sdl2 switch-freetype switch-glad switch-libdrm_nouveau switch-sdl2_gfx switch-sdl2_image switch-sdl2_ttf switch-sdl2_mixer switch-glfw switch-glm switch-mbedtls switch-zlib

Plutonium requires the next packages (Stated on his README.MD)
switch-glfw switch-glm switch-mbedtls switch-zlib

Another additional packages where needed:
general-tools diffutils mingw-w64-x86_64-pkg-config switch-curl

general-tools for bin2s command (LibNX needs it)
diffutils (mingw-w64-x86_64-diffutils can be used too) for diff command (LibNX needs it)
mingw-w64-x86_64-pkg-config, pkg-config is needed by plutonium and switch-pkg-config didn't work
switch-curl, curl is needed by Goldleaf

Running make initial as you stated result on a full functional Goldleaf.nro

Again tanks a lot for your help.

from goldleaf.

josete2k avatar josete2k commented on June 6, 2024

You can also enter in the lusbhsfs dir and run

  • ISC licensed build: run make BUILD_TYPE=ISC install on the root directory from the project.

  • GPLv2+ licensed build:

Run make fs-libs on the root directory from the project to manually build and install the NTFS-3G and lwext4 libraries into the portlibs directory from devkitPro.
Run make BUILD_TYPE=GPL install afterwards.

from goldleaf.

impeeza avatar impeeza commented on June 6, 2024

will try this night and let you know, thanks

from goldleaf.

impeeza avatar impeeza commented on June 6, 2024

yes works fine if you run:

cd libusbhsfs/
make BUILD_TYPE=GPL install
cd ..
make -j$(nproc)

run exactly like run make initial on the first time.

Thank you so much.

from goldleaf.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.