Download Latest Version CommodoreEditor0.1.3.windows.rar (10.3 MB)
Email in envelope

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

Home
Name Modified Size InfoDownloads / Week
Readme-0.1.3.make 2013-08-05 1.5 kB
CommodoreIDE0.1.3.tar.xz 2013-08-05 365.4 kB
CommodoreEditor0.1.3.windows.rar 2013-08-05 10.3 MB
Readme-0.1.2.make 2013-07-14 4.3 kB
Commodore64Editor-0.1.2.tar.bz2 2013-07-14 15.7 MB
Commodore64Editor-0.1.1.tar.gz 2011-08-02 15.6 MB
Readme.make 2011-08-02 4.1 kB
Commodore64Editor.tar.gz 2011-06-26 15.9 MB
Totals: 8 Items   57.9 MB 5
There are now two different versions. One for Windows, tested in XP and Windows7. And one for linux.

To make the Windows version first check Makefile.Release, Makefile.Debug to see if the
directories are correct. Then just type make -f Makefile.Release, or make -f Makefile.Debug.

If this doesn't work you can recreate the makefiles with:

qmake-qt4 -project
qmake-qt4 -spec fedora-win32-cross	#this is an example for a fedora distribution#
QMAKESPEC=fedora-win32-cross qmake-qt4 QT_LIBINFIX=4	#for the cross compiler and qmake
make

Then just do a make - or make releasse - or make debug

To make the linux version first cd to src/. then check Makefile.Release, Makefile.Debug
to see if the directories are correct. Then just type make release, or make debug.
If this doesn't work then just do the following to recreate the make files
You can also put all the *.cpp, *.h, *.ui, *.xpm, IconResource.qrc, CommodoreBasicEditor.pro
or CommodoreEditor.pro, in a directory and

qmake -project
qmake
make

The Linux executables are in the CommodoreIDE/src/build directory

The windows version contains a compiled exe file in the release directory. 
The qt4 dlls can be found in the dllsEtc directory.
dll's that are needed to run the Windows program.
Place the html file and the prg files(src directory)
in the .CommodoreBasicEditor(linux) - the program(windows) directory to have access to the help
in the program.
To get the commodore64 fonts buttons to work install the fonts, PETNEW1.TTF and PET-SET1.TTF in
Windows and Linux.

Source: Readme-0.1.3.make, updated 2013-08-05