@@ -20,7 +20,8 @@ \section{Operating System}
20
20
%
21
21
\begin {itemize }
22
22
\item Linux (Debian, Ubuntu, Red Hat),
23
- \item Mac OS X (Mavericks, Snow Leopard, Lion, Mountain Lion), and
23
+ \item Mac OS X (10.10 `` Yosemite,'' 10.9 `` Mavericks,'' 10.8
24
+ `` Mountain Lion,'' 10.7 `` Lion,'' and 10.6 `` Snow Leopard'' )
24
25
\item Windows (XP, 7, 8).
25
26
\end {itemize }
26
27
%
@@ -36,18 +37,31 @@ \section{Required Software and Tools}
36
37
37
38
\subsection {\CmdStan Source }
38
39
39
- In order to compile \Stan program, the \CmdStan source code is required.
40
- The latest version of \CmdStan can be downloaded from the following link.
40
+ In order to compile \Stan program, the \CmdStan source code is
41
+ required. The \CmdStan source code distribution includes \CmdStan 's
42
+ source code, \Stan 's source code, documentation, build scripts, unit
43
+ tests, example models models, documentation and source for the
44
+ required libraries Boost and Eigen, and the source for an optional
45
+ testing library, Google Test.
46
+
47
+ \subsubsection {CmdStan: Stable Releases }
48
+
49
+ The latest release version of \CmdStan can be downloaded
50
+ from the CmdStan home page:
41
51
%
42
52
\begin {quote }
43
- \url {http://mc-stan.org/}
53
+ \url {http://mc-stan.org/cmdstan.html }
44
54
\end {quote }
45
55
%
46
- The \CmdStan source code distribution includes \CmdStan 's source code,
47
- \Stan 's source code, documentation, build scripts, unit tests, example
48
- models models, documentation and source for the required libraries
49
- Boost and Eigen, and the source for an optional testing library,
50
- Google Test.
56
+
57
+ \subsubsection {CmdStan: Development Source Control }
58
+
59
+ The source code repository is hosted by GitHub, and contains the
60
+ latest versions of CmdStan (and Stan) underdevelopment. See:
61
+ %
62
+ \begin {quote }
63
+ http://mc-stan.org/source-repos.html
64
+ \end {quote }
51
65
52
66
\subsubsection {Boost C++ Library Source }
53
67
@@ -56,7 +70,7 @@ \subsubsection{Boost C++ Library Source}
56
70
Library.
57
71
%
58
72
\begin {itemize }
59
- \item Home: http://www.boost.org/users/license.html
73
+ \item Home: \url { http://www.boost.org/users/license.html}
60
74
\item License: Boost Software License
61
75
\item Tested Version: 1.54.0
62
76
\end {itemize }
@@ -194,10 +208,10 @@ \subsection{Verifying Tools}
194
208
195
209
\subsection {Downloading and Unpacking \CmdStan }
196
210
197
- The \CmdStan source code distributions are named
198
- \code {cmdstan-2.5.p. tar.gz}, where \code {p} is the patch
199
- version. Download the latest \CmdStan source tarball from the \CmdStan
200
- downloads page,
211
+ The \CmdStan source code distribution is named
212
+ \code {cmdstan-\cmdstanversion . tar.gz}; the versions here are major version 2,
213
+ minor version 6, and patch level 0. Download the latest \CmdStan
214
+ source tarball from the \CmdStan downloads page,
201
215
%
202
216
\begin {quote }
203
217
\url {https://github.com/stan-dev/cmdstan/releases}
@@ -253,7 +267,7 @@ \subsection{Downloading and Unpacking \CmdStan}
253
267
%
254
268
\begin {quote }
255
269
\begin {Verbatim }[fontshape=sl,fontsize=\small]
256
- > tar --no-same-owner -xzf cmdstan-2.5.p .tar.gz
270
+ > tar --no-same-owner -xzf cmdstan-\cmdstanversion .tar.gz
257
271
\end {Verbatim }
258
272
\end {quote }
259
273
%
@@ -317,8 +331,7 @@ \subsection{Install Xcode C++ Development Environment}
317
331
318
332
\subsection {Download and Unpack \CmdStan Source }
319
333
320
- Download the most recent version of \code {cmdstan-2.5.p.tar.gz}
321
- (\code {p} the patch level) from
334
+ Download the most recent version of \code {cmdstan-\cmdstanversion .tar.gz} from
322
335
the \CmdStan downloads list,
323
336
%
324
337
\begin {quote }
@@ -329,11 +342,11 @@ \subsection{Download and Unpack \CmdStan Source}
329
342
(typically, the user's top-level \code {Downloads} folder).
330
343
331
344
If the Mac OS has not automatically unpacked the \code {.tar.gz}
332
- file into file \code {cmdstan-2.5.p .tar},
345
+ file into file \code {cmdstan-\cmdstanversion .tar},
333
346
double-click the \code {.tar.gz} file to unpack.
334
347
335
348
Double click on the \code {.tar} file to unarchive
336
- directory \code {cmdstan-2.5.p }.
349
+ directory \code {cmdstan-\cmdstanversion }.
337
350
338
351
Move the resulting directory to a location where it will not be
339
352
deleted, henceforth called \code {<cmdstan-home>}.
@@ -380,8 +393,7 @@ \subsection{Installing C++ Development Tools}
380
393
\subsection {Downloading and Unpacking \CmdStan Source }
381
394
382
395
Download the most recent stable version of \CmdStan ,
383
- \code {cmdstan-2.5.p.tar.gz}, where \code {p} the patch level, from the
384
- \CmdStan downloads page,
396
+ \code {cmdstan-\cmdstanversion .tar.gz}, from the \CmdStan downloads page,
385
397
%
386
398
\begin {quote }
387
399
\url {https://github.com/stan-dev/cmdstan/releases}
@@ -402,14 +414,14 @@ \subsection{Downloading and Unpacking \CmdStan Source}
402
414
403
415
Then, unpack the distribution into the subdirectory
404
416
\begin {quote }
405
- \nolinkurl {<download-dir>/cmdstan-2.5.p }
417
+ \nolinkurl {<download-dir>/cmdstan-\cmdstanversion }
406
418
\end {quote }
407
419
%
408
420
with
409
421
%
410
422
\begin {quote }
411
423
\begin {Verbatim }[fontshape=sl,fontsize=\small]
412
- > tar -xzf cmdstan-2.5.p .tar.gz
424
+ > tar -xzf cmdstan-\cmdstanversion .tar.gz
413
425
\end {Verbatim }
414
426
\end {quote }
415
427
@@ -589,7 +601,7 @@ \subsection{Git Version Control System}
589
601
\begin {itemize }
590
602
\item Home: \url {http://git-scm.com/}
591
603
\item License: GPL2
592
- \item Tested Version(s): Mac version 1.7.8.4, Windows version 1.7.9
604
+ \item Tested Version(s): Mac versions 1.8.2.3 and 1. 7.8.4; Windows version 1.7.9
593
605
\end {itemize }
594
606
595
607
@@ -604,7 +616,7 @@ \subsubsection{Google Test C++ Testing Framework}
604
616
\item
605
617
License: BSD
606
618
\item
607
- Tested Version(s): 1.6 .0
619
+ Tested Version(s): 1.7 .0
608
620
\end {itemize }
609
621
%
610
622
The Google Test framework is distributed with \Stan .
0 commit comments