https://github.com/longsleep/libump
Debian packaing for libUMP
https://github.com/longsleep/libump
Last synced: over 1 year ago
JSON representation
Debian packaing for libUMP
- Host: GitHub
- URL: https://github.com/longsleep/libump
- Owner: longsleep
- Created: 2016-05-01T20:28:26.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-05-01T20:29:12.000Z (over 10 years ago)
- Last Synced: 2025-02-03T14:46:38.186Z (over 1 year ago)
- Language: C
- Size: 48.8 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
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.