Download ZinjaI:
NOTE: Distributed under GNU GENERAL PUBLIC LICENSE
Installing ZinjaI on Windows:
Windows package is an executable installer. Just run and follow instruccions.
Portable version is a zip with a "zinjai" folder that can be extracted anywhere and launched by double clicking the zinjai executable within it. This version is also setted to store its settings inside this folder instead of doing so in user's home.
Both versiones include the whole IDE (executable file and additionals like templates, help files, autocompletion indexes, skins, etc), required MinGW packages (gcc, g++, binutils, make, gdb, winapi, ...), and some extra OpenGL-related files.
Installing ZinjaI on GNU/Linux:
Linux package is a .tgz compressed file. If you don't know wich package to pick (32 o 64 bits), run "uname -m" in a terminal and choose 64 bits if that command outputs "x86_64", else choose the 32 bits package.
There is no need for installation, just uncompress and run zinjai binary from zinjai directory:
      tar -xzvf zinjai-l64-20191006.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 (already compiled executable files and additionals like templates, help files, autocompletion indexes, skins, etc).
About ZinjaI on Mac OS X:
Warning: Due to the lack of propper hardware Mac OS X packages are released without proper testing, so you will find some bugs. Please report them (or request help) at zaskar_84<arroba>yahoo.com.ar. Any information about problems is welcome and will be usefull to realise about them and to define priorities at fixing time.
If you don't know wich version to pick, in most of the recent systems i686 is the correct one. The package only contains the IDE; you must also install compiler and debugger. The compiler can be either gcc or clang (the easiest way yo install one of them is installing xcode). The debugger should be gdb, but recent xcode versions install lldb instead. You can use the rest of ZinjaI's features without gdb, or you can try to install it ang sign it manually.
Additional Software Installation:
ZinjaI facilitates the use of
wxFormBuilder for fast GUI development. However,
wxFormBuilder is not included in
ZinjaI's packages. You must install this yourself. Visit
www.wxformbuilder.org.
ZinjaI facilitates the use of
Doxygen for automatic documentation generation from source files. However,
Doxygen is not included in
ZinjaI's packages. You must install it 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.
ZinjaI also facilitates the use of
CppCheck for source code's static analisys. However,
CppCheck is not included in
ZinjaI's package. You must install it yourself. Visit
cppcheck.sourceforge.net/.
Project's Source Code:
This package includes source code for everything developed or modified for Zinjai and some aditional usefull scripts and docs. Prerequisites and building steps are detailed in a file called "compiling.txt" included within this source code package.
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
Older Releases:
Previous releases are no longer available for direct download. Many anti-virus softwares where wrongly tagging some versions of ZinjaI's installer for Windows as malicious software. To reduce the posibility of browsers flaging the whole site as malicious (and thus preventing the download of any version, or even doc files), all outdated files where removed. You can get previous versions of the source tree by traversing the git repository history, or you can write the author asking for an specific older release if you relly need it.
Test versions:
A test version is a release prematurely pulbished in order to let some users test a new feature or fix before this change is released in the regular way. Test versions can have incomplete features, or changes not properly tested; that's wy are considered "test" instead of "stable" releases.
There are no test versions newer than latest stable releaes available now.
File details
If you want to validate your downloaded files, here are the md5 and sha256 hashes.
You can also access to VirusTotal reports generated for the two Window's versions available: instalador(exe)... / portable(zip)...
Powered by: