Difference between revisions of "Updates"

From David Vernon's Wiki
Jump to: navigation, search
 
(3 intermediate revisions by the same user not shown)
Line 17: Line 17:
 
# The CMake files have been modified so that the binaries are installed automatically in the <code>bin</code> directory (you must tick the ''INSTALL'' checkbox from the ''Build > Configuration Manager'' menu).
 
# The CMake files have been modified so that the binaries are installed automatically in the <code>bin</code> directory (you must tick the ''INSTALL'' checkbox from the ''Build > Configuration Manager'' menu).
 
# The <code>path</code> environmental variable refers now to <code>C:\DREAM\release\bin</code>
 
# The <code>path</code> environmental variable refers now to <code>C:\DREAM\release\bin</code>
 +
 +
* Final version (2.0) of Deliverables D3.1, D3.2, and D3.3 uploaded (DV 02/10/2014).
 +
 +
* Installation Guide: added instruction on installing FLTK (DV 30/10/2104).
 +
 +
* Software Development Guide: complete rewrite with examples for <code>protoComponent</code> and its GUI counterpart <code>protoComponentGUI</code> (DV 05/11/2014).
 +
 +
* Migrated all the wiki pages from this site to the [https://dreamproject.aldebaran.com/projects/dream/wiki official DREAM wiki] (DV 06/11/2014).

Latest revision as of 04:20, 7 November 2014

  • Integration Guide; added the quality assurance checklist (DV 2/9/2014).
  • Installation Guide: added information on resolving a potential problem when installing the Microsoft Visual C++ 2010 compiler (DV 3/9/2014).
  • Software Users Guide: added information on resolving a potential problem running the YARP name server (DV 3/9/2014).
  • Installation Guide: replaced the zip DREAM repository with a new version that has the standalone protoComponentTEST.xml application; no need to run the imageSourceTEST.xml application (DV 3/9/2014).
  • Version 1.1 of Deliverable 3.1 uploaded (DV 5/9/2014).
  • Installation Guide: clarified some aspects of the DREAM build process (DV 9/9/2014).
  • Deliverables D3.1 (version 1.2), D3.2 (version 1.4), and D3.3 (version 1.1) uploaded (DV 23/9/2014).
  1. There is a new build directory; this is where the DREAM.sln file goes, along with a multitude of other files.
  2. The CMake files have been modified so that the binaries are installed automatically in the bin directory (you must tick the INSTALL checkbox from the Build > Configuration Manager menu).
  3. The path environmental variable refers now to C:\DREAM\release\bin
  • Final version (2.0) of Deliverables D3.1, D3.2, and D3.3 uploaded (DV 02/10/2014).
  • Installation Guide: added instruction on installing FLTK (DV 30/10/2104).
  • Software Development Guide: complete rewrite with examples for protoComponent and its GUI counterpart protoComponentGUI (DV 05/11/2014).