Skip to content
Shahbaz Youssefi edited this page Oct 20, 2015 · 4 revisions

How to Configure and Build Skinware

First, download the latest version of Skinware:

$ wget https://github.com/maclab/skinware/releases/download/v2.0.0/skin-2.0.0.tar.xz
$ tar xpvf skin-2.0.0.tar.xz
$ cd skin-2.0.0

Skinware is based on autotools, therefore its configuration, build and installation are done the standard autotools way.

If you have followed the instructions to install the prerequisites, you could use the default configuration:

$ ./configure

You may be interested in checking ./configure --help out for the parameters. In particular, you may need to set KBUILD_CFLAGS if Kernel modules are being built, or other build flags if you installed URT in a non-standard path.

To build Skinware, simply issue:

$ make

Next: See how to install.

Clone this wiki locally