Home
Name Modified Size InfoDownloads / Week
readme.txt 2015-10-16 3.4 kB
oovcde-1510-2-linux-x86_64.tar.gz 2015-10-14 9.1 MB
oovcde-1510-2-win32.zip 2015-10-14 17.1 MB
oovcde-1510-linux-x86_64.tar.gz 2015-10-02 9.0 MB
oovcde-1510-win32.zip 2015-10-01 17.0 MB
oovcde-1509-2-linux-x86_64.tar.gz 2015-09-17 8.9 MB
oovcde-1509-2-win.zip 2015-09-16 16.7 MB
oovcde-1509-linux-x86_64.tar.gz 2015-09-03 8.8 MB
oovcde-1509-win.zip 2015-09-02 16.7 MB
oovcde-1508-2-linux-x86_64.tar.gz 2015-08-18 8.7 MB
oovcde-1508-2-win.zip 2015-08-18 16.7 MB
oovcde-1508-linux_x86_64.tar.gz 2015-08-05 8.7 MB
oovcde-1508-win.zip 2015-08-04 16.1 MB
oovcde-1507-2-linux-x86_64.tar.gz 2015-07-15 8.6 MB
oovcde-1507-2-win.zip 2015-07-14 16.0 MB
oovcde-1507-win.zip 2015-07-07 16.1 MB
oovcde-1507-linux-x86_64.tar.gz 2015-07-07 8.7 MB
oovcde-1001-orig.zip 2013-09-12 7.1 MB
Totals: 18 Items   210.0 MB 0
The Oovcde project has been renamed to OovAide.
The OovAide web site is at http://oovaide.sourceforge.net or 
	https://github.com/animatedb/oovaide.

The Oovcde web site is at http://oovcde.sourceforge.net.
	The User Guide contains Examples that show the use of Oovcde.
	The Releases list the features added in each version.
	The Features shows a current list of functionality.


Analyzing Programs - Windows Versions:
	The oovcde-*-win downloads include parts of GTK-3.0 and CLang
	so running analysis does not require any additional
	downloads. Using Oovcde for more complete analysis usually
	requires some MinGW or other package so that CLang can find
	standard include files. Using database export requires sqlite3.

Analyzing Programs - Linux Versions:
	The oovcde-*-linux downloads require GTK3 and a 64 bit OS.
	Part of CLang is included so running analysis does not
	require any additional downloads. Using Oovcde for more
	complete analysis usually requires some other package so
	that CLang can find standard include files. Using database
 	export requires sqlite3.


Building Programs - Windows Versions:
	Using Oovcde to build requires MinGW, MinGW-builds or
	MinGW-W64 because they supply the nm and ld tools.

	MinGW-W64 or MinGW-builds 32 bit:
		This is required to build Oovcde since it contains
		threading.
		Set the environment path to the bin directory.

		On windows, CLang has hard coded paths, and is
		typically for \MinGW.
		To use the MinGW-W64 paths, use the External Project
		Packages button	in the Analysis/Settings dialog.

		From: http://mingw-w64.sourceforge.net/download.php
		File: i686-5.1.0-release-posix-dwarf-rt_v4-rev0
		Or:
		From: http://sourceforge.net/projects/mingwbuilds/
		File: mingw-builds-install.exe
			Install to C:\Program Files\mingw-builds

	MinGW:
		From: http://sourceforge.net/projects/mingw/files/
		File: "mingw-get-setup.exe"
			Add package mingw32-gcc-g++	4.8.1-4
			Add package mingw32-base	2013072200
			Install to \MinGW

	Also required for building Oovcde:
	GTK-3.0:
		From: http://www.tarnyko.net/dl/
		File: "GTK+ 3.6.4 Bundle for Windows"
			Extract to "C:\Program Files\GTK+-Bundle-3.6.4"

	Clang 3.4-3.6:
		From: http://llvm.org/releases/download.html
		File: "Clang for Windows (.sig)"
			Install to C:\Program Files\LLVM


Building Programs - Linux Versions:
	Either the Gnu or CLang compiler is required for building.

	The easiest way to build Oovcde is using git and is described
	at https://github.com/animatedb/oovcde.
	Eclipse or CMake is supported for building Oovcde.

	On ubuntu, external packages gtk+-3.0 and libclang-dev
	are required in order to build Oovcde.

	To build oovcde on Linux using CMake (Debian/Ubuntu):
		- Run "sudo apt-get install libgtk-3-dev clang libclang-dev"
		  from a terminal
		- LLVM include and lib paths are in the top level CMakeLists.txt
		- Run "cmake ./" from the oovcde top level directory
		- Run "make" from the same directory


Requesting Features and Bug Fixes:
	Some bugs are listed under Tickets, in the sourceforge web
	site. In addition, release notes and issues can be seen under
	"Code" in trunk/docs/releaseNotes.txt.  Add new requests
	to either the SourceForge or Github issue pages.

Contribute:
	If you would like to contribute, contact me at either web site.
Source: readme.txt, updated 2015-10-16