Revision [1727]

Last edited on 2011-11-02 07:10:20 by TobiasWolf [update URLs, tweak]
Additions:
$ svn co http://psychtoolbox-3.googlecode.com/svn/beta/Psychtoolbox Psychtoolbox
Deletions:
$ svn co https://svn.berlios.de/svnroot/repos/osxptb/beta/Psychtoolbox Psychtoolbox


Revision [1725]

Edited on 2011-11-02 07:06:53 by TobiasWolf [tweak]
Additions:
=== Obsolete instructions: ===
## The [[PsychtoolboxDownload regular installation method]] works too nowadays. Go there.##
You will need to install [[http://subversion.apache.org/ Subversion]] and either Matlab or [[http://www.gnu.org/software/octave/ Octave version 3.2]]. For most modern Linux systems, this is pretty easy, but you must either have administrative access or you will have to ask an administrator to install the software for you. The Octave webpage also links to addon packages called Octave - Forge. These add additional useful toolboxes and improvements to Octave.
Deletions:
===UPDATE:===
Installation of Psychtoolbox on Linux should work with the same procedure as on Mac OS X or Windows, so these instructions are mostly obsolete, just left here for your entertainment.
=== Old school instructions: ===
You will need to install [[http://subversion.tigris.org/ Subversion]] and either Matlab or [[http://www.gnu.org/software/octave/ Octave version 3.2]]. For most modern Linux systems, this is pretty easy, but you must either have administrative access or you will have to ask an administrator to install the software for you. The Octave webpage also links to addon packages called Octave - Forge. These add additional useful toolboxes and improvements to Octave.


Revision [1535]

Edited on 2009-07-02 19:16:41 by MarioKleiner [tweak]
Additions:
===UPDATE:===
Installation of Psychtoolbox on Linux should work with the same procedure as on Mac OS X or Windows, so these instructions are mostly obsolete, just left here for your entertainment.
=== Old school instructions: ===
Deletions:
=== Octave ===
Add the main Psychtoolbox folder - with two slashes appended - to your path, and save it. You //must// use Octave 2.1.73! The latest Octave 3.x series won't work yet due to significant incompatible changes inside Octave 3.x!!
octave:1> cd ~/Psychtoolbox
octave:2> pwd
/home/doolittle/Psychtoolbox
octave:3> addpath('/home/doolittle/Psychtoolbox//'); <<<<--- The two slashes are important!!
octave:4> savepath;


Revision [1534]

Edited on 2009-07-02 19:12:04 by MarioKleiner [tweak]
Additions:
You will need to install [[http://subversion.tigris.org/ Subversion]] and either Matlab or [[http://www.gnu.org/software/octave/ Octave version 3.2]]. For most modern Linux systems, this is pretty easy, but you must either have administrative access or you will have to ask an administrator to install the software for you. The Octave webpage also links to addon packages called Octave - Forge. These add additional useful toolboxes and improvements to Octave.
Deletions:
You will need to install [[http://subversion.tigris.org/ Subversion]] and either Matlab or [[http://www.gnu.org/software/octave/ Octave version 2.1.73]]. For most modern Linux systems, this is pretty easy, but you must either have administrative access or you will have to ask an administrator to install the software for you. The Octave webpage also links to addon packages called Octave - Forge. These add additional useful toolboxes and improvements to Octave.


Revision [1474]

Edited on 2008-10-10 07:48:36 by TobiasWolf [unlink dead SetupPsychtoolbox keyword]
Additions:
Run the setup script ##""SetupPsychtoolbox""## from there.
Deletions:
Run the setup script ##SetupPsychtoolbox## from there.


Revision [1388]

Edited on 2008-07-09 11:53:46 by DavidFencsik [Updated "svn co" command to use https:// instead of svn://]
Additions:
$ svn co https://svn.berlios.de/svnroot/repos/osxptb/beta/Psychtoolbox Psychtoolbox
Deletions:
$ svn co svn://svn.berlios.de/osxptb/beta/Psychtoolbox Psychtoolbox


Revision [1320]

Edited on 2008-03-31 17:25:28 by MarioKleiner [Bits of refinement and clarification.]
Additions:
Installing Psychtoolbox on Linux is different from Mac OS X or Windows, as our downloader and instaler isn't yet adapted for Linux. You must have a running Linux system and the ability to install new software on it. Depending on your Linux distribution you may experience small glitches when trying to install the toolbox the first time. Search the Psychtoolbox forum for some description of work-arounds. Once successfully installed, you should enjoy a well working toolbox.
You will need to install [[http://subversion.tigris.org/ Subversion]] and either Matlab or [[http://www.gnu.org/software/octave/ Octave version 2.1.73]]. For most modern Linux systems, this is pretty easy, but you must either have administrative access or you will have to ask an administrator to install the software for you. The Octave webpage also links to addon packages called Octave - Forge. These add additional useful toolboxes and improvements to Octave.
Run the setup script ##SetupPsychtoolbox## from there.
Add the main Psychtoolbox folder - with two slashes appended - to your path, and save it. You //must// use Octave 2.1.73! The latest Octave 3.x series won't work yet due to significant incompatible changes inside Octave 3.x!!
octave:2> pwd
/home/doolittle/Psychtoolbox
octave:3> addpath('/home/doolittle/Psychtoolbox//'); <<<<--- The two slashes are important!!
octave:4> savepath;
Deletions:
Installing Psychtoolbox on Linux requires less effort than on Mac OS X or Windows. You must have a running Linux system and the ability to install new software on it.
You will need to install [[http://subversion.tigris.org/ Subversion]] and either Matlab or [[http://www.gnu.org/software/octave/ Octave]]. For most modern Linux systems, this is pretty easy, but you must either have administrative access or you will have to ask an administrator to install the software for you.
run the setup script ##SetupPsychtoolbox## from there.
add all subfolders to your path, and save it.
octave:2> addpath(genpath(pwd));
octave:3> savepath;


Revision [1317]

Edited on 2008-03-27 16:29:07 by TobiasWolf [in fact, octave has to manually registered]
Additions:
Finally, you have to start Octave or Matlab, change the working directory to the new Psychtoolbox folder, and
=== MATLAB ===
run the setup script ##SetupPsychtoolbox## from there.
=== Octave ===
add all subfolders to your path, and save it.
octave:1> cd ~/Psychtoolbox
octave:2> addpath(genpath(pwd));
octave:3> savepath;
Deletions:
Finally, you have to start Octave or Matlab, change the working directory to the new Psychtoolbox folder, and run the setup script ##SetupPsychtoolbox## from there.


Revision [1312]

Edited on 2008-03-17 22:41:59 by TobiasWolf [added reference to SetupPsychtoolbox, which does all the necessary magic]
Additions:
Installing Psychtoolbox on Linux requires less effort than on Mac OS X or Windows. You must have a running Linux system and the ability to install new software on it.
== Requirements ==
Subversion and Octave are available through the package management app of any modern Linux distribution. Matlab ist usually installed through a script from the root of the installation CDs.
== Get the Toolbox ==
To download Psychtoolbox you will use the Subversion tool ##svn## to do a check-out of the Psychtoolbox source repository. To do this, open up a terminal window and type the following commands:
%%(bash)
$ cd ~ # or some other destination, like your toolbox folder
$ svn co svn://svn.berlios.de/osxptb/beta/Psychtoolbox Psychtoolbox
Finally, you have to start Octave or Matlab, change the working directory to the new Psychtoolbox folder, and run the setup script ##SetupPsychtoolbox## from there.
%%(matlab)
>> cd ~/Psychtoolbox % use your checkout destination here
>> SetupPsychtoolbox
Deletions:
**DRAFT: The following instructions are quite minimal. Someone with experience installing Psychtoolbox-3 on Linux should complete them.**
Installing Psychtoolbox on Linux requires substantially more expertise and effort than on Mac OS X or Windows. You must have a running Linux system and the ability to install new software on it.
You will then have to use Subversion to download the latest version of Psychtoolbox. To do this, open up a terminal window and type the following commands:
> cd ~
> svn co svn://svn.berlios.de/osxptb/beta/Psychtoolbox Psychtoolbox
Finally, you have to open Octave and add the Psychtoolbox directories to the path.


Revision [712]

Edited on 2007-02-01 11:15:57 by DavidFencsik [added reference to SetupPsychtoolbox, which does all the necessary magic]
Additions:
**DRAFT: The following instructions are quite minimal. Someone with experience installing Psychtoolbox-3 on Linux should complete them.**
Deletions:
**DRAFT: The following instructions are quite minimal. Someone with experience installing Psychtoolbox-3 on Linux should complete these instructions.**


Revision [711]

The oldest known version of this page was created on 2007-02-01 11:15:40 by DavidFencsik [added reference to SetupPsychtoolbox, which does all the necessary magic]
Valid XHTML :: Valid CSS: :: Powered by WikkaWiki