===== Installation of 6502 embedded tools on Gentoo =====
==== Emerging layman (if you did not have already done this) ====
- Emerge layman (if you don't already have it).
- Add Mario's repository to the /etc/layman/layman.cfg file by adding this line:
http://ftp.disconnected-by-peer.at/pub/overlay/geos_one-overlay.xml
under the line that starts "overlays :". Then run (as root):
$ sudo layman -f
$ sudo layman -a linamh
or you can type
layman -f -a linamh -o 'http://ftp.disconnected-by-peer.at/pub/overlay/geos_one-overlay.xml'
so you don't have to modify the config file
3. emerge the programm you want to use
$ emerge -av cc65
----
Back to the [[:WikiStart|main]] page