Skip to content

Docker container image for easy libnx development.

License

Notifications You must be signed in to change notification settings

Joaozin-tech/switch-dev-env

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

switch-dev-env

Docker container image for easy libnx development.

sudo docker run -it --rm -v ${PWD}:/src yuzu-emu/switch-dev-env make

What comes pre-configured?

  1. Ubuntu 16.04 build environment with build-essential (make).
  2. devkitA64 installed + configured.
  3. libnx libraries installed + configured.

Future TODO

Future support will be added for:

  1. libtransistor libraries
  2. SDL
  3. ... etc

Building your solution (HOWTO)

1) Download sample-examples from switchbrew.

git clone -b v20180302 https://github.com/switchbrew/switch-examples.git switch-examples

2) Build with make, loading the src directory as a volume.

cd switch-examples

sudo docker run -it --rm -v ${PWD}:/src yuzu-emu/switch-dev-env make

3) Obtain output binaries (nro, nso)

Binaries will be available in the source directory. Ex: ./switch-examples/graphics/printing/hello-world/hello-world.nro

About

Docker container image for easy libnx development.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published