Additions:
svn checkout http://psychtoolbox-3.googlecode.com/svn/trunk SOME_OUTPUT_PATH
Deletions:
Revision [1523]
Edited on 2009-03-26 12:00:37 by ChristopherBroussard [change berlios URL to googlecode]Additions:
open the project file (located in ""PsychSourceGL/Projects/MacOSX/PsychToolbox/PsychToolbox.xcodeproj"") with XCode (project may need to be converted)
For a bunch of them I had to go to ""PsychSourceGL/Source/Common/PsychSound/StaticOpenALLib/"" and unzip a file, and drag the contents of the zip to the appropriate directory
Set the path for the CHUD.framework to ""/System/Library/PrivateFrameworks/CHUD.framework""
Put Development folder in ""PsychSourceGL/Projects/MacOSX/PsychToolbox/build/"" . For some reason this is only in the source code you download from the psychtoolbox website.
Change path for Quicktime framework -> ""/System/Library/Frameworks/QuickTime.framework""
For a bunch of them I had to go to ""PsychSourceGL/Source/Common/PsychSound/StaticOpenALLib/"" and unzip a file, and drag the contents of the zip to the appropriate directory
Set the path for the CHUD.framework to ""/System/Library/PrivateFrameworks/CHUD.framework""
Put Development folder in ""PsychSourceGL/Projects/MacOSX/PsychToolbox/build/"" . For some reason this is only in the source code you download from the psychtoolbox website.
Change path for Quicktime framework -> ""/System/Library/Frameworks/QuickTime.framework""
Deletions:
For a bunch of them I had to go to PsychSourceGL/Source/Common/PsychSound/StaticOpenALLib/ and unzip a file, and drag the contents of the zip to the appropriate directory
Set the path for the CHUD.framework to /System/Library/PrivateFrameworks/CHUD.framework
Put Development folder in PsychSourceGL/Projects/MacOSX/PsychToolbox/build/ . For some reason this is only in the source code you download from the psychtoolbox website.
Change path for Quicktime framework -> /System/Library/Frameworks/QuickTime.framework
Additions:
Several core Psychtoolbox functions are implemented as MATLAB Extension (MEX) files. These are compiled binary files, written in the C programming language. Instructions for downloading the source code can be found by typing //help ""UseTheSource""// in Matlab. Some tips on modifying and compiling the source are follow on this page.
Deletions:
Additions:
=== [[http://psychtoolbox.org Psychtoolbox-3]] Installing the MEX File Source ===
Deletions:
Additions:
=== Psychtoolbox-3 Installing the MEX File Source ===
Several core Psychtoolbox functions are implemented as MATLAB Extension (MEX) files. These are compiled binary files, written in the C programming language. Instructions for downloading the source code can be found by typing //help UseTheSource// in Matlab. Some tips on modifying and compiling the source are follow on this page.
Several core Psychtoolbox functions are implemented as MATLAB Extension (MEX) files. These are compiled binary files, written in the C programming language. Instructions for downloading the source code can be found by typing //help UseTheSource// in Matlab. Some tips on modifying and compiling the source are follow on this page.
Deletions:
Installing the source is not necessary to use the Psychophysics Toolbox. You only need to do this if you want to modify the MEX files.
Additions:
These are the steps I took to get Psychtoolbox source to compile on my machine. I am sure this is probably not the best way (being that I was just winging it) but it might help you get going. Most are just a series of hacks and work arounds trying to get it all to compile without really knowing what I was doing. If anyone wants to improve these steps, feel free. -- ""Rob Kohr"" 26 January 2006 (UTC)
Deletions:
Additions:
These are the steps I took to get Psychtoolbox source to compile on my machine. I am sure this is probably not the best way (being that I was just winging it) but it might help you get going. Most are just a series of hacks and work arounds trying to get it all to compile without really knowing what I was doing. If anyone wants to improve these steps, feel free. -- ""RobKohr"" 26 January 2006 (UTC)