forked from slic3r/Slic3r-Manual
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGettingSlic3r.tex
executable file
·78 lines (53 loc) · 2.62 KB
/
GettingSlic3r.tex
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
%!TEX root = Slic3r-Manual.tex
\index{download}
\index{binaries}
\index{Source Code}
\index{GitHub}
\index{license}
\fbox{
\parbox{\linewidth}{
Slic3r is Free Software, and is licensed under the GNU Affero General Public License, version 3.
}
}
\section{Downloading}
\subsection{Slic3r} % (fold)
\label{sub:slic3r}
Slic3r can be downloaded directly from: \url{http://slic3r.org/download}.
Pre-compiled packages are available for Windows, Mac OS X and Linux. Windows and Linux users can choose between 32 and 64 bit versions to match their system.
% subsection slic3r (end)
\subsection{Manual} % (fold)
\label{sub:manual}
The latest version of this document, with {\LaTeX} source code, can be found at: \url{https://github.com/alexrj/Slic3r-Manual}
% subsection manual (end)
\subsection{Source} % (fold)
\label{sub:source}
The source code is available via GitHub: \url{https://github.com/alexrj/Slic3r}. For more details on building from source see §\ref{sec:building_from_source} below.
% subsection source (end)
\section{Installing}
\subsection{Windows}
Unzip the downloaded zip file to a folder of your choosing, there is no installer script. The resulting folder contains two executables:
\begin{itemize}
\item \texttt{slic3r.exe} - starts the GUI version.
\item \texttt{slic3r-console.exe} - can be used from the command line.
\end{itemize}
The zip file may then be deleted.
\subsection{Mac OS X}
Double-click the downloaded dmg file, an instance of Finder should open together with an icon of the Slic3r program. Navigate to the Applications directory and drag and drop the Slic3r icon into it.
The dmg file may then be deleted.
\subsection{Linux}
Extract the archive to a folder of your choosing.
Either:
\begin{itemize}
\item Start Slic3r directly by running the Slic3r executable, found in the bin directory, or
\item Install Slic3r by running the do-install executable, also found in the bin folder.
\end{itemize}
The archive file may then be deleted.
\section{Building from source} % (fold)
\label{sec:building_from_source}
For those wishing to live on the cutting edge, Slic3r can be compiled from the latest source files found on GitHub\footnote{\url{https://github.com/alexrj/Slic3r}}.
Up-to-date instructions for compiling and running from source can be found on the Slic3r wiki.
\begin{itemize}
\item \textbf{GNU Linux} \par\url{https://github.com/alexrj/Slic3r/wiki/Running-Slic3r-from-git-on-GNU-Linux}
\item \textbf{OS X} \par\url{https://github.com/alexrj/Slic3r/wiki/Running-Slic3r-from-git-on-OS-X}
\item \textbf{Windows} \par\url{https://github.com/alexrj/Slic3r/wiki/Running-Slic3r-from-git-on-Windows}
\end{itemize}