Browse Source

Added OSX install notes.

master
kevin 10 years ago
parent
commit
1a2111b04d
1 changed files with 21 additions and 0 deletions
  1. 21
    0
      doc/notes.txt

+ 21
- 0
doc/notes.txt View File

@@ -1,3 +1,8 @@
1
+CONTENTS:
2
+
3
+1) TODO List
4
+2) OSX Install Notes
5
+
1 6
 TODO:
2 7
 + When a cmMsgList item is selected it should send out the selected index 
3 8
   after the individual data items rather than before them - this way the index
@@ -140,3 +145,19 @@ C#2            195   Marker 36
140 145
 E5,G33,A#2,C#1 212-218 Marker 36
141 146
 E3             185     Marker 37
142 147
 F5,C#4,G#5     986     Marker 204     
148
+
149
+-------------------------------------------------------------------------------
150
+OSX - Install Notes
151
+-------------------------------------------------------------------------------
152
+1. Install macports
153
+2. Install git-core  (sudo port install git-core)
154
+3. sudo port install fftw-3
155
+4. sudo port install fftw-3--single
156
+5. port select --list gcc (which gcc is active)
157
+6. sudo port install gcc47
158
+7. sudo port --set gcc mp-gcc47
159
+8. sudo port install fltk
160
+9. sudo port install xorg-libX11 
161
+10 install ~/Library/Preferences/org.larke.kc.txt (is this required?)
162
+11 create ~/Library/Preferences/kc
163
+12 Install ~/Library/Preferences/time_line.js, time_line_preset.js, time_line_preset.csv

Loading…
Cancel
Save