Z88dk-install
From S1MP3 Wiki
If you are on Windows
Download and run the installer from http://prdownloads.sourceforge.net/z88dk/
If you are on Linux
- Download z88dk from http://prdownloads.sourceforge.net/z88dk/z88dk-src-1.6.tgz?download
- Untar/gz: tar -zxvf z88dk-src-1.6.tgz
- Go in the dir: cd z88dk
- Create bin dir: mkdir bin
- Alter path: export PATH=`pwd`/bin:$PATH (if you don't do this, zcc won't be found)
- Make: ./build.sh
- Install: sudo make install

