Download Latest Version ZXEd_Linux_x86_64.tar.gz (94.9 kB)
Email in envelope

Get an email when there's a new version of zxED

Home / TestReleases
Name Modified Size InfoDownloads / Week
Parent folder
ZXEd_win_x86_32_0_2_3.exe 2012-11-30 97.8 kB
ZXEd_win_x86_32_0_2_2.exe 2012-11-19 93.2 kB
ZXEd_linux_x86_64_0_2_1_a 2012-11-13 120.7 kB
Totals: 3 Items   311.7 kB 0
zxED
Kevan Thurstans
LunySoft 2012

Requires QT4
Develop initially on QDevelop.

Releases
========

V0.2b (Linux / QT4)

. Added transforms for tiles.
. Reads most .Z80 files.


V0.1b (Windows / Linux / QT4)

Beta release
. Loads in simple .SNA files.
. Displays screen as an image.
. Allows bitmap viewing.
. Allows bitmaps to be placed on Tile Tool and be saved as a PNG.


Windows
-------
unzip ZXed_Windows_x86_32.zip
open folder ZXed and run ZXEd.exe

Linux
-----
untar file into folder and run from desktop:

For 32 bit 
>tar zxfv ZXEd_linux_x86_32.tar.gz 

For 64 bit 
>tar zxfv ZXEd_linux_x86_64.tar.gz 


Source
======
Go to http://sourceforge.net/projects/zxed/ for source code.

Use Git:

> git clone git://git.code.sf.net/p/zxed/code zxed-code

For read only copy of source.

To build:

> qmake 
> make

For details and code documentation requires doxygen:

> cd doxygen
> doxygen

To make HTML documentation.
Source: README, updated 2012-11-11