~ubuntu-branches/ubuntu/trusty/ess/trusty

« back to all changes in this revision

Viewing changes to doc/unixlike.texi

  • Committer: Package Import Robot
  • Author(s): Dirk Eddelbuettel
  • Date: 2012-12-22 00:56:45 UTC
  • mfrom: (1.2.28)
  • Revision ID: package-import@ubuntu.com-20121222005645-itzbu0xupmctgysn
Tags: 12.09-1-1
* New upstream version released twelve hours ago

* debian/control: Mention Julia in Description: (Closes: #692468)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
 
2
 
@node Unix installation, Microsoft Windows installation, , Installation
3
 
@comment  node-name,  next,  previous,  up
4
 
@section Unix installation
 
2
@c @section Unix (Linux / MacOS / Solaris / ...) Installation
5
3
@comment THIS IS A REPLACEMENT FOR THE UNIX PORTION OF inst_tar.texi
6
4
 
7
5
For a @b{Unix or Unix-like installation}, please follow the next steps.
16
14
Extract all the files from @file{ess-VERSION.tgz} into
17
15
the directory @file{PREFIX/site-lisp}
18
16
where @file{PREFIX} is appropriate for GNU Emacs on your system;
19
 
@file{PREFIX} will most likely be either 
 
17
@file{PREFIX} will most likely be either
20
18
@file{/usr/share/emacs} or @file{/usr/local/share/emacs}
21
19
@comment which exists for packages like @ESS{}
22
20
(on Mac OS X, @file{PREFIX} will most likely be something like
23
21
@file{/Applications/Emacs.app/Contents/Resources}):
24
22
@example
25
 
GNU tar  % gtar zxf ess-VERSION.tgz -C PREFIX/site-lisp             
26
 
Unix tar % gunzip < ess-VERSION.tgz | tar xf - -C PREFIX/site-lisp 
 
23
GNU tar  % gtar zxf ess-VERSION.tgz -C PREFIX/site-lisp
 
24
Unix tar % gunzip < ess-VERSION.tgz | tar xf - -C PREFIX/site-lisp
27
25
@end example
28
26
 
29
27
@item
33
31
@end example
34
32
to @file{~/.emacs} and restart Emacs.
35
33
 
36
 
@item 
 
34
@item
37
35
If you see a buffer named @file{*ESS*}, then the simple instructions
38
36
were most likely successful.  If not, then read further.
39
37
 
40
38
@item
41
39
It could be that you have an older version of Emacs, some other problem
42
40
with your installation or you are not a sysadmin.  Whatever the case,
43
 
you may need to edit @file{ess-site.el} manually.  If that is the case, 
 
41
you may need to edit @file{ess-site.el} manually.  If that is the case,
44
42
then you should create a directory just for @ESS{} like @file{~/ess}
45
 
or @file{/usr/local/ess} and unpack @ESS{} there.  That way, your changes to 
 
43
or @file{/usr/local/ess} and unpack @ESS{} there.  That way, your changes to
46
44
@file{ess-site.el} will not be lost if you update Emacs later.
47
45
 
48
46
@item
52
50
@end example
53
51
in @file{~/.emacs} and restart Emacs.
54
52
 
55
 
@item 
 
53
@item
56
54
If you see a buffer named @file{*ESS*}, then the manual instructions
57
 
were most likely successful.  If not, then send a query to 
 
55
were most likely successful.  If not, then send a query to
58
56
@email{ess-help@@r-project.org}
59
57
explicitly describing your problem and your environment
60
58
including operating system, Emacs version, @ESS{} version, etc.
61
59
@end enumerate
62
60
 
63
 
@b{Due to XEmacs lacking some features that ESS requires, ESS support of XEmacs 
64
 
ends with ESS 12.04-4.  This decision will be re-visited in the future as 
 
61
@b{Due to XEmacs lacking some features that ESS requires, ESS support of XEmacs
 
62
ends with ESS 12.04-4.  This decision will be re-visited in the future as
65
63
XEmacs continues to sync with GNU Emacs.}
66
64
 
67
65
@emph{XEmacs Simple Instructions:} for recent versions of XEmacs (21.4.x or higher)
87
85
@end example
88
86
to @file{~/.xemacs/init.el} and restart XEmacs.
89
87
 
90
 
@item 
 
88
@item
91
89
If you see a buffer named @file{*ESS*}, then the simple instructions
92
90
were most likely successful.  If not, then read further.
93
91
 
94
92
@item
95
93
It could be that you have an older version of XEmacs, some other problem
96
94
with your installation or you are not a sysadmin.  Whatever the case,
97
 
you may need to edit @file{ess-site.el} manually.  If that is the case, 
 
95
you may need to edit @file{ess-site.el} manually.  If that is the case,
98
96
then you should create a directory just for @ESS{} like @file{~/ess}
99
 
or @file{/usr/local/ess} and unpack @ESS{} there.  That way, your changes to 
 
97
or @file{/usr/local/ess} and unpack @ESS{} there.  That way, your changes to
100
98
@file{ess-site.el} will not be lost if you update XEmacs later.
101
99
 
102
100
@item
106
104
@end example
107
105
in @file{~/.xemacs/init.el} and restart XEmacs.
108
106
 
109
 
@item 
 
107
@item
110
108
If you see a buffer named @file{*ESS*}, then the manual instructions
111
 
were most likely successful.  If not, then send a query to 
 
109
were most likely successful.  If not, then send a query to
112
110
@email{ess-help@@r-project.org}
113
111
explicitly describing your problem and your environment
114
112
including operating system, XEmacs version, @ESS{} version, etc.
119
117
@item
120
118
@b{(OPTIONAL) COMPILING E-LISP}:
121
119
 
122
 
Edit the default locations of @code{LISPDIR}, @code{INFODIR} and 
 
120
Edit the default locations of @code{LISPDIR}, @code{INFODIR} and
123
121
@code{ETCDIR} in Section 1 of @file{Makeconf} (if you are
124
122
using XEmacs, then edit the XEmacs subsection in Section 1).
125
123