-
Notifications
You must be signed in to change notification settings - Fork 1
2 Build
Shahbaz Youssefi edited this page Oct 20, 2015
·
4 revisions
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.0Skinware 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:
$ ./configureYou 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:
$ makeNext: See how to install.