OSDN Git Service

first
[psychlops/cpp.git] / osx / package / Readme / en / ReadMe.txt
1 ----------------------------------------------------------------
2  
3        Psychlops - psychophysical experiment and demonstration library
4                                       for Mac OSX with Xcode
5
6 (c)2005-2012  Kenchi HOSOKAWA, Kazushi MARUYA and Takao Sato
7
8 contact:
9   http://psychlops.l.u-tokyo.ac.jp/
10   hskwk@l.u-tokyo.ac.jp
11 ----------------------------------------------------------------
12
13
14
15 Psychlops is C++ library for developing psychophysics experiments.
16
17
18
19 Installation
20
21 1. Install Xcode before installing Psychlops.
22         Download Xcode from http://developer.apple.com/tools/xcode/
23         which requires registration for ADC(Apple Developer Connection).
24 2. Launch Psychlops_OSX_(veision).mpkg
25
26
27
28 Uninstallation
29
30 1. Remove folders listed below.
31      /Library/Frameworks/Psychlops.frameworks
32      /Library/Application Support/Apple/Developer Tools/Project Templates/Application/Psychlops C++ Application
33
34
35 Creating new project
36
37 1.  Launch Xcode.
38 2. Chhose File -> New Project -> Psychlops C++ Template from Menu bar.
39
40
41
42 Licenses
43
44 PILOT VERSION
45
46 This product is a pilot version. \rContact us directly and use under permission from authors. \rPlease do not redistribute this product.\r
47 The specification may change in later version.\r
48
49 NO WARRANTY
50
51 Authors are not liable for any damages by using this product.
52
53
54
55
56 Acknowledgment
57
58 This library includes "Mersenne Twister" algorithm to generate pseudo-random number.
59 M. Matsumoto and T. Nishimura, Mersenne twister: A 623-dimensionally equidistributed uniform pseudorandom number generator, ACM Trans. on Modeling and Computer Simulations, 1998.
60 http://www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/mt.html
61