You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# RUN cd libraries && git clone /~https://github.com/knightfox75/nds_nflib.git && mv nds_nflib nflib && ln -sT nflib /opt/devkitpro/nflib && cd nflib && make -f Makefile.dkp
RUN git clone /~https://github.com/knightfox75/nds_nflib.git && mv nds_nflib /opt/devkitpro/nflib && cd /opt/devkitpro/nflib && make -f Makefile.dkp
# Install nitro engine
RUN git clone /~https://github.com/AntonioND/nitro-engine.git && mv nitro-engine /opt/devkitpro/nitro-engine && cd /opt/devkitpro/nitro-engine && make dkp -j`nproc`