...ZinjaI is not just another IDE... 

Main Page
News
Downloads
Screenshots
Documents
Change Log
Forums

Idioma/Language:
Thanks to:
SourceForge.net Logo

Related Project:
Know PSeInt: a tool for learning programming basis with a very simple pseudo-language, completely in spanish.

This page is displayed better with Mozilla Firefox

Download ZinjaI:


Latest release: 20121230 (GNU/Linux y Mac), 20120102 (Win32)

 
     



  

     


NOTE: Distributed under
GNU GENERAL PUBLIC LICENSE

Installing ZinjaI on Windows:

    Windows package is an executable installer. Just run and follow instruccions.

    Installer includes the whole IDE (executable file and additionals like templates, help files, autocompletion indexes, skins, etc), required MinGW packages (gcc, g++, binutils, make, gdb, winapi, ...), binary files and documentation from wxWidgets (the one used to build ZinjaI), and source code for everything developed or modified for Zinjai.

Installing ZinjaI on GNU/Linux:

   Linux package is a tar.bz2 compressed file. There is no need for installation, just uncompress and run zinjai binary from zinjai directory:

      tar -xzvf zinjai-l64-20121127.tgz
      cd zinjai
      ./zinjai

   Is a prerequisite having installed at least GNU compiler and debugger (g++ and gdb). For installing them use your distribution's packages manager (installpkg, synaptics, apt-get, emerge, yast, ...).

    Package includes the whole IDE (executable file and additionals like templates, help files, autocompletion indexes, skins, etc) and source code for everything developed or modified for Zinjai.

About ZinjaI on Mac OS X:

   Warning: This is the first release that supports Mac OS X platform, so you will find lot of bugs. Please report them (or request help) at zaskar_84<arroba>yahoo.com.ar. Also, some features are completelly broken (for instance: graphs). Any information about problems is welcome and will be usefull to realise about them and to define priorities at fixing time.

   Current package is built for Intel i686 architecture, another version for PPC may be available soon. Compiler, debugger and other gnu tools are not included. Those tools (a least gcc and gdb) must be installed from XCode.

  I must thanks a lot to Alejandro Azario and Rodrigo Mendez Gamboa for the initiative and the extra help with some basic stuff about porting and testing.

Adicional Software Installation:

    ZinjaI facilitates the use of
wxFormBuilder for fast GUI development. However, wxFormBuilder is not include in ZinjaI's packages. You must install this by yourself. Visit www.wxformbuilder.org.

    ZinjaI facilitates the use of Doxygen for automatic documentation generation from source files. However, Doxygen is not include in ZinjaI's packages. You must install it by yourself. Visit www.doxygen.org.

    ZinjaI facilitates the use of Valgrind for dynamic analysis in GNU/Linux (Valgrind can do a lot of magic, but in ZinjaI it is used to find some memory management related errors). However, Valgrind is not include in ZinjaI's packages. You must install it by yourself. Visit www.valgrind.org.

Project's Source Code:

   Source code is include in both packages (.tgz for GNU/Linux, exe installer for Windows). In order to recompile you need wxWidgets library (including Scintilla's wrapper, wxStyledTextCtrl). Zinjai's Windows installer already includes a binary version of this library. GNU/Linux package doesn't include those files, but it doesn't require it presence to run as it was statically linked.

Future releases (git repository):

You can access the git repository following
this link or clone it with the command:

    git clone git://git.code.sf.net/p/zinjai/code zinjai-code

Notice: git repo address has changed on day 10/07/2012. If you've clonned it before, you should update its address or clone it again.

Old Releases:

Older releases can be downloaded from http://sourceforge.net/projects/zinjai/files/.