File: INSTALL.MacOSX

package info (click to toggle)
octave2.9-forge 2006.07.09%2Bdfsg1-8
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 14,628 kB
  • ctags: 4,676
  • sloc: cpp: 41,951; perl: 2,789; sh: 1,615; makefile: 1,379; lex: 1,219; ansic: 1,098; tcl: 799; objc: 211; fortran: 16
file content (34 lines) | stat: -rw-r--r-- 1,290 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
This document describes how to install octave-forge on Mac OS X 10.3.x running octave version 2.1.57 or later.

If you don't have a working[1] install  of octave, instructions how to install octave can be found at
http://wiki.octave.org/wiki.pl?OctaveForMac

Install OCTAVE-FORGE on Mac OS X 10.3
=======================================
The following instructions refer to octave-forge from CVS as of 2004-04-15	

1) Installation
---------------
Run './configure' (run './autogen.sh' first if you are working with CVS sources)
Run 'make' and 'sudo make install'

2) Post-install
---------------
Add the paths specified in the install output to your ~/.octaverc file if necessary.

3) Questions, feedback, improvements etc.
----------------
Provide feedback. Just because something compiles and installs it isn't guaranteed to be sane...
Make stuff work. main/audio/ could probably be easily fixed.
Add more stuff. 

Check the wiki page: 
http://wiki.octave.org/ 
to see if your questions have been answered already, or to share knowledge.


---
[1] Test your setup by running 'mkoctfile hello.cc' in octave's examples directory.
You should get a file hello.oct that can be run in octave.
Relying on 'octave_config_info("dld")' is not safe on Mac OS X with octave versions prior to 2.1.57.