inspectorJ Code
Status: Pre-Alpha
Brought to you by:
jamesemay
| File | Date | Author | Commit |
|---|---|---|---|
| bin | 2007-08-25 | jamesemay | [r86] |
| docs | 2007-09-04 | jamesemay | [r89] updated documentation... added overview, depend... |
| resources | 2007-08-19 | jamesemay | [r77] Implementing new SF connection method and new p... |
| src | 2007-09-20 | jamesemay | [r105] Use std::auto_ptr for improved resource management |
| templates | 2007-08-19 | jamesemay | [r77] Implementing new SF connection method and new p... |
| tests | 2007-08-25 | jamesemay | [r86] |
| tools | 2007-08-19 | jamesemay | [r77] Implementing new SF connection method and new p... |
| CMakeLists.txt | 2007-08-19 | jamesemay | [r77] Implementing new SF connection method and new p... |
| COPYING | 2007-08-19 | jamesemay | [r77] Implementing new SF connection method and new p... |
| Doxyfile | 2007-09-04 | jamesemay | [r90] updated doxygen output configuration |
| readme | 2007-08-19 | jamesemay | [r77] Implementing new SF connection method and new p... |
| tags | 2007-08-19 | jamesemay | [r77] Implementing new SF connection method and new p... |
Gereral Information
===================
inspectorJ project site:
http://sourceforge.net/projects/inspectorj
Dependencies
============
* CMake version 2.4+
(http://www.cmake.org/HTML/Download.html)
* Boost c++
(http://www.boost.org)
* Boost asio
(http://asio.sourceforge.net/)
* Qt 4
inspectorJ requires Qt 4.x
(http://www.trolltech.com/products/qt/downloads).
linux, mac
==========
download and install Qt per instructions
win32
=====
If you will be building inspectorJ using visual C++, you must download
the zip version of Qt instead of the .exe version. You will need to
compile Qt from source. An excellent resource can be found here:
http://qtnode.net/wiki/Qt4_with_Visual_Studio
If you will be creating a Makefile project on win32, then the .exe Qt
download is fine.
* Java (TM) installation
A Java installation is needed for the jni and jdwp include files.
(*) Perl or Python (Only required for building unit tests)
Building and running unit tests requires CxxTest which is already included in
the tools directory (http://cxxtest.sourceforge.net/). CxxTest requires either
Perl or Python to run.
Build Instructions
==================
* cd to the directory where you checked out the inspectorJ source files.
* Run cmake to create a Makefile, KDevlop, or Visual Studio project.
* Build as usual.