AmiZilla Resources List V1.3 13 Dec 05 Useful links for the AmiZilla project: Here's some good overviews on the AmigaOS- it's from the AmigaOS4 site, but can be generally applied to AmigaOS3.x, MorphOS and AROS: http://os4.hyperion-entertainment.biz/index.php?option=content&task=view&id=11&Itemid= http://os4.hyperion-entertainment.biz/index.php?option=content&task=view&id=16&Itemid= http://os4.hyperion-entertainment.biz/index.php?option=content&task=view&id=18&Itemid= AmiZilla homepage: http://amizilla.sourceforge.net (and info on setting up a dev environment) Amizilla DiscreetFX Bounty site: http://www.amizilla.net/ AmiZilla Yahoo groups page: http://groups.yahoo.com/group/amizilla/ Amizilla SourceForge: http://sourceforge.net/projects/amizilla Amiga OS Programmers' site: http://utilitybase.com/ Amiga OS4 Programmers' site: http://amigadev.amigaworld.net/ Reaction Programming forum: http://amigadev.amigaworld.net/modules.php?name=Forums&file=viewforum&f=7 Reaction simple example: http://thomas-rapp.privat.t-online.de/about.lha AROS/OS3/OS4/MOS Abstraction Headers and Macros: http://os4depot.net/share/development/misc/sdi_headers.lha Examples about how to create a shared library: AmigaOS3: http://main.aminet.net/dev/c/CLib-SDI.lha MOS: http://www.lehtoranta.net/tutorial/library_examples.lha OS4: Afaik OS4 has its own tool to make easier the creation of libraries. IDE: http://amidevcpp.kilu.de/ Cross-Compiling Setup on Windows: http://www.bruzard.de/download/AmiDevCpp_Setup_v04.exe Crosscompilers for win&linux: http://www.zerohero.se/cross/index2.html SDK for AmigaOS3.9: http://www.zerohero.se/cross/files/ndk-3.9-includes.tar.bz2 Arexx Introduction: http://w3.goodnews.net/~ehoffman/AREXX.txt Arexx on AmigaOS4: http://os4.hyperion-entertainment.biz/index.php?option=content&task=view&id=15&Itemid=0&limit=1&limitstart=2 Arexx on the web: http://www.amigau.com/c-programming/arexx/arexxlinks.htm Arexx Tutorials and Code Samples: http://www.amigau.com/c-programming/arexx/arexxtut.htm Arexx Tutorial: http://members.cox.net/midian/tutorials/arexx1.htm WinUAE Amiga Emulator (requires *legal* ROM image): http://www.winuae.net/ Amiga Forever (commercial legal Amiga emulation for those without a real amiga for the ROM): http://www.amigaforever.com/ LouiSe's hardfile for UAE may be useful too... it has gcc and Geek Gadgets installed: http://www.innoidea.hu/subsites/amiga/developer/FILES/HardFiles/gcc111.zip CVS and OpenSSH: http://sourceforge.net/docman/display_doc.php?docid=14035&group_id=1 How to get source with CVS: http://amizilla.sourceforge.net/cvs.html GREP tutorial: http://pegasus.rutgers.edu/~elflord/unix/grep.html GTK home page: http://www.gtk.org GTK API documentation: http://www.gtk.org/api GTK Tutorial: http://www.gtk.org/tutorial GTK/GDK v2.6 source code: http://ftp.gnome.org/pub/GNOME/sources/gtk+/2.6/ GTK/GDK v2.8 source code: http://ftp.gnome.org/pub/GNOME/sources/gtk+/2.8/ GLib v2.8 source code: http://ftp.acc.umu.se/pub/GNOME/sources/glib/2.8/ MUI Homepage: http://sasg.com/mui/index.html MUI API docs: http://sasg.com/mui/autodocs/index.html MUI Tutorial: http://www.ezcyberspace.com/gcc/ X11 docs: http://www.x.org/X11R6.8.2/doc/manindex3.html GTK->MUI status: http://homes.hallertau.net/~oli/amizilla/gtk/status.html GTK->MUI SourceForge: http://sourceforge.net/projects/gtk-mui/ GTK->MUI Screenshots: http://sourceforge.net/project/screenshots.php?group_id=141931 GTK->MUI Demo code and compiled exes (68k): http://prdownloads.sourceforge.net/gtk-mui/gtk-mui-examples.lha?download NSPR documentation: http://www.mozilla.org/projects/nspr/index.html Porting NSPR to a Unix Platform: http://www.mozilla.org/projects/nspr/tech-notes/porting-guide.html For anyone wanting to work on the NSPR projects, you'll need 512mb Ram to compile AmiZilla (at least initially), or access to a machine with 512mb ram for compiling. Configuring and Building AmiZilla: http://amizilla.sourceforge.net/build.html Mozilla project: http://www.mozilla.org mozillaZine (Mozilla news): http://Mozillazine.org/ Configuring Build Options: http://developer.mozilla.org/en/docs/Configuring_Build_Options Build Instructions: http://developer.mozilla.org/en/docs/Build_and_Install Building Mozilla on Linux: http://www.x.org/X11R6.8.2/doc/manindex3.html Mozilla Coding Style Guide: http://www.mozilla.org/hacking/mozilla-style-guide.html Mozilla Hacker's Getting Started Guide: http://www.mozilla.org/hacking/coding-introduction.html Mozilla C++ portability guide (very important): http://www.mozilla.org/hacking/portable-cpp.html History: V1.1 12 Nov 05 (Ants) V1.2 25 Nov 05 - UAE links and columnised... (RobinC) V1.3 13 Dec 05 (Ants) - Put Amiga links together - History moved to bottom of page - Mozilla Build and Config Instructions - Cross-compiler setup - SDI Headers and Macros - Configuring and Building AmiZilla - Arexx - Os4 Programmers' sites: