Skip to content

Exzap/wut-tools

 
 

Repository files navigation

Build status

wut-tools

Tools for wut.

Licensed under the terms of the GNU General Public License, version 2 or later (GPLv2+).

Install

It is recommended to install wut by using the devkitPro package manager

sudo dkp-pacman -Syu wut-tools

Building

Dependencies

  • autoconf
  • libtool
  • libz-dev
  • pkg-config

Building

For development purposes you may want to build this from source and replace your existing wut-tools installation:

dkp-pacman -R wut-tools
./autogen.sh
mkdir build
cd build
../configure --prefix=$DEVKITPRO/tools
make install

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 86.3%
  • M4 9.5%
  • C 2.2%
  • Makefile 1.8%
  • Shell 0.2%