~thopiekar/arm-mali/libump-sunxi

« back to all changes in this revision

Viewing changes to README

  • Committer: Luc Verhaegen
  • Date: 2014-03-25 21:04:12 UTC
  • Revision ID: git-v1:5769ba0fa788b57cf6794561fc87cf96ae3af61d
autotool

Signed-off-by: Luc Verhaegen <libv@skynet.be>

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
This repository contains the ARMs Universal Memory Provider userspace
2
2
library. This library is a requirement for ARMs binary Mali driver.
3
 
 
4
 
This software only depends on libc and a suitable kernel driver.
5
 
 
6
 
Direct Installation:
7
 
--------------------
8
 
 
9
 
Run:
10
 
 
11
 
> autoreconf -i
12
 
> ./configure
13
 
> make
14
 
> make install
15
 
 
16
 
to install libUMP into your system.
17
 
 
18
 
Debian package:
19
 
---------------
20
 
 
21
 
For this you will need to have the build-essential, autoconf and libtool
22
 
packages installed.
23
 
 
24
 
By running:
25
 
 
26
 
> dpkg-buildpackage -b
27
 
 
28
 
you will create debian packages suited for your system in the upper
29
 
level directory. The -b argument will build only binary packages and
30
 
will skip trying to create a source package from the git tree.