Update of /cvsroot/artoolkit/artoolkit
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3369
Modified Files:
README.txt ChangeLog.txt
Log Message:
Update for 2.71.2
Index: ChangeLog.txt
===================================================================
RCS file: /cvsroot/artoolkit/artoolkit/ChangeLog.txt,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** ChangeLog.txt 23 Sep 2005 00:14:42 -0000 1.4
--- ChangeLog.txt 12 Oct 2005 00:27:43 -0000 1.5
***************
*** 3,6 ****
--- 3,11 ----
+ Changes in this release (2005-10-11).
+ -------------------------------------
+ - Fixed line endings in MS Visual Studio 6 workspace (.dsw) file.
+
+
Changes in version 2.71.1 (2005-09-22).
---------------------------------------
Index: README.txt
===================================================================
RCS file: /cvsroot/artoolkit/artoolkit/README.txt,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -d -r1.19 -r1.20
*** README.txt 23 Sep 2005 00:14:42 -0000 1.19
--- README.txt 12 Oct 2005 00:27:43 -0000 1.20
***************
*** 1,3 ****
! Read me for ARToolKit-2.71.1.
=============================
--- 1,3 ----
! Read me for ARToolKit-2.71.2.
=============================
***************
*** 15,19 ****
About this archive.
-------------------
! This archive contains the ARToolKit libraries, utilities and examples, version 2.71.1.
ARToolKit is released under the GNU General Public License (GPL). Please read the file COPYING.txt.
--- 15,19 ----
About this archive.
-------------------
! This archive contains the ARToolKit libraries, utilities and examples, version 2.71.2.
ARToolKit is released under the GNU General Public License (GPL). Please read the file COPYING.txt.
***************
*** 27,31 ****
HIT Lab NZ
http://www.hitlabnz.org
! 2005-09-22
--- 27,31 ----
HIT Lab NZ
http://www.hitlabnz.org
! 2005-10-11
***************
*** 61,65 ****
Unpack the ARToolKit to a convenient location. The root of this location will be referred to below as {ARToolKit}:
! tar zxvf ARToolKit-2.71.1.tgz
Configure and build. The Linux builds support video input using either Video4Linux, an IIDC-compliant or DV camera connected via IEEE-1394, or a Sony EyeToy camera connected via USB. You will be prompted as to which of the four Linux video drivers you wish to use at the Configure step.
cd {ARToolKit}
--- 61,65 ----
Unpack the ARToolKit to a convenient location. The root of this location will be referred to below as {ARToolKit}:
! tar zxvf ARToolKit-2.71.2.tgz
Configure and build. The Linux builds support video input using either Video4Linux, an IIDC-compliant or DV camera connected via IEEE-1394, or a Sony EyeToy camera connected via USB. You will be prompted as to which of the four Linux video drivers you wish to use at the Configure step.
cd {ARToolKit}
***************
*** 99,103 ****
Drop the ARToolKit into a convenient location, e.g. your Desktop, then open a Terminal window and type:
cd ~/Desktop
! tar zxvf ARToolKit-2.71.1.tgz
Configure and build
cd ~/ARToolKit
--- 99,103 ----
Drop the ARToolKit into a convenient location, e.g. your Desktop, then open a Terminal window and type:
cd ~/Desktop
! tar zxvf ARToolKit-2.71.2.tgz
Configure and build
cd ~/ARToolKit
***************
*** 119,124 ****
! Changes in this release.
! ------------------------
- Mac OS X XCode builds: An outdated version of the project file slipped into the 2.71 release. This has been corrected.
- Mac OS X XCode builds: Version 2.1 of XCode is required. The obsolete XCode 2.0 .xcode project file has been removed. Users running on Mac OS X versions prior to 10.4 can still build using the command-line Makefiles.
--- 119,129 ----
! Changes in this release (2005-10-11).
! -------------------------------------
! - Fixed line endings in MS Visual Studio 6 workspace (.dsw) file.
!
!
! Changes in version 2.71.1 (2005-09-22).
! ---------------------------------------
- Mac OS X XCode builds: An outdated version of the project file slipped into the 2.71 release. This has been corrected.
- Mac OS X XCode builds: Version 2.1 of XCode is required. The obsolete XCode 2.0 .xcode project file has been removed. Users running on Mac OS X versions prior to 10.4 can still build using the command-line Makefiles.
|