forked from linux-sunxi/libump
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathREADME
More file actions
30 lines (20 loc) · 708 Bytes
/
Copy pathREADME
File metadata and controls
30 lines (20 loc) · 708 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
This repository contains the ARMs Universal Memory Provider userspace
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.