Skip to content

Setting up LDK Game Dev environment (Linux only!)

Jay Garcia edited this page Sep 10, 2019 · 9 revisions

This document describes how to setup a development environment for the LDK Game.

Requirements

  • LDK Game with 2.1 Firmware installed

Instructions

  • mkdir ~/ldk
  • Download and unzip this file in ~/ldk:
  • Execute configuration script:
cd ~/ldk/mipsel-linux-uclibc/
./relocate-sdk.sh
cd -

All done! image