Commit cf8509e1 authored by Luc Verhaegen's avatar Luc Verhaegen
Browse files

Add some building info to the README



Add a debian/.gitignore as well.
Signed-off-by: default avatarLuc Verhaegen <libv@skynet.be>
parent 326f351a
This repository contains the ARMs Universal Memory Provider userspace This repository contains the ARMs Universal Memory Provider userspace
library. This library is a requirement for ARMs binary Mali driver. library. This library is a requirement for ARMs binary Mali driver.
This software only depends on libc and a suitable kernel driver.
Direct Installation:
--------------------
Run:
> autoreconf -i
> ./configure
> make
> make install
to install libUMP into your system.
Debian package:
---------------
For this you will need to have the build-essential, autoconf and libtool
packages installed.
By running:
> dpkg-buildpackage -b
you will create debian packages suited for your system in the upper
level directory. The -b argument will build only binary packages and
will skip trying to create a source package from the git tree.
files
autoreconf.*
*/
*.log
*.substvars
*.debhelper
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment