source: tags/cvs_2_svn/arb_INSTALL.txt

Last change on this file was 4311, checked in by westram, 17 years ago
  • openGL
  • 64bit note
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 2.4 KB
Line 
1================================================================================
2To install a precompiled ARB
3================================================================================
4
51. download the needed files from our homepage http://www.arb-home.de/
6   and save them into a directory of your choice (i.e. ~/arb-install/ )
7
8   Files needed: 'arb.tgz', 'arb_install.sh' and 'zcat'
9   Note: zcat just is a copy of gzip
10
112. get root
123. run arb_install.sh and follow the instructions
134. Install the following packages:
14
15Software that is needed to run ARB:
16
17- xview
18- (open)motif
19- bash
20- OPENGL
21- libGLEW -- Open GL extensions library (see subdirectory lib/addlibs)
22- libpng
23
24Software that is useful together with ARB:
25------------------------------------------
26
27- gnuplot
28- ghostview (gv)
29- xfig (+ fig2dev to print from xfig)
30- perl5
31
32
33Non-OPENGL version of ARB:
34--------------------------
35
36Instead of downloading arb.tgz, download arb_noOPENGL.tgz, rename it into arb.tgz.
37
38
39Libraries needed to run 32-bit ARB on 64-bit machine:
40-----------------------------------------------------
41(checked on OpenSuSE 10.2)
42
43- openmotif-libs-32bit + create link: cd /usr/lib; ln -s libXm.so.4 libXm.so.3 
44
45
46================================================================================
47To build ARB from source
48================================================================================
49
501. download the needed files from our homepage http://www.arb-home.de/
51   and save them into a directory of your choice (i.e. ~/arb-build/ )
52
53   Files needed: 'arbsrc*.tgz'
54
552. Unpack the source
56
57   e.g.
58        tar -zxvf arbsrc_2003_05_22.tgz
59
603. Run
61
62        make all
63
64   and follow the instructions there.
65
66
67Additional software that is needed to compile ARB:
68--------------------------------------------------
69
70- expat, rxp, sablotron 0.82-1.0 [needed for target 'help' only]
71- openmotif, openmotif-devel
72- xaw???
73- xview-devel
74- libtiff-devel
75- java 1.3.1 or above [needed for arb_probe_library only]
76- lynx
77
78Additional software that is needed to compile open gl parts:
79------------------------------------------------------------
80
81- mesa-devel ?
82- libpng
83- libglew                  http://glew.sourceforge.net/
84
85----------------------------------------------------------------------
86If we forgot something (or if your OS needs something special)
87please notify us (devel@arb-home.de). We will mention it here..
88----------------------------------------------------------------------
89
Note: See TracBrowser for help on using the repository browser.