Update README

This commit is contained in:
nemunaire 2015-06-20 17:36:41 +02:00
parent f31d100197
commit 9648b025b1

View File

@ -8,3 +8,20 @@ This overlay includes ebuilds for the following packages:
* `sys-kernel/odroidc1-sources`: Linux source for Odroid devices (https://github.com/hardkernel/linux) * `sys-kernel/odroidc1-sources`: Linux source for Odroid devices (https://github.com/hardkernel/linux)
* `x11-drivers/xf86-video-odroidc1`: Xorg DDX driver for Odroid-C1 (https://github.com/mdrjr/c1_mali_ddx) * `x11-drivers/xf86-video-odroidc1`: Xorg DDX driver for Odroid-C1 (https://github.com/mdrjr/c1_mali_ddx)
* `x11-libs/odroidc1-mali`: Closed source drivers for Mali (https://github.com/mdrjr/c1_mali_libs) * `x11-libs/odroidc1-mali`: Closed source drivers for Mali (https://github.com/mdrjr/c1_mali_libs)
Usage with Layman
-----------------
```
$ wget "https://raw.githubusercontent.com/nemunaire/odroidc1-overlay/master/overlays.xml" -O /etc/layman/overlays/odroidc1.xml
$ layman -f -a odroidc1
```
Usage with Portage
------------------
```
mkdir /usr/local/portage
git clone git://github.com:nemunaire/odroidc1-overlay.git /usr/local/portage
echo 'PORTDIR_OVERLAY="${PORTDIR_OVERLAY} /usr/local/portage/"' >> /etc/portage/make.conf
```