forked from gregorio-project/gregorio-project.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
installation-windows.html
95 lines (74 loc) · 5.54 KB
/
installation-windows.html
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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!--
Gregorio web site.
Copyright (C) 2007-2015 The Gregorio project
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<title>Gregorio project website</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="description" content="Free software for typesetting Gregorian chant" lang="en">
<meta name="keywords" content="Gregorian chant, gregorio, gabc, gregoriotex" lang="en">
<meta name="author" content="The Gregorio project">
<link rel="shortcut icon" href="/illus/fav.ico">
<link rel="icon" href="/illus/fav.ico">
<link rel="stylesheet" href="/style.css" type="text/css" title="default">
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
<script type="text/javascript" src="gregorio-menu.js"></script>
<script>
var context = 'gregorio';
var title = 'Gregorio project website'
</script>
</head>
<body>
<div id="ban">
<img src="/illus/harpedroite.png" title="" class="hd" alt="" />
<a id="haut" name="haut"></a>
<div id="banniere">
</div>
</div>
<script>write_gre_menu();</script>
<div class="flux">
<!-- IE patch-->
<div class="text">
<!-- End of header -->
<!-- header -->
<h1>Installing Gregorio under Windows</h1>
<p>The first step for a simple install of gregorio under Windows is to install TeXLive:</p>
<h2>Installing TeXLive</h2>
<p>To install Gregorio and its TeX package GregorioTeX, you will first need a complete TeX system (called a <em>distribution</em>). There are various TeX distributions. The two most prominent for Windows are:</p>
<ul>
<li>MikTeX, a distribution exclusively for Windows,</li>
<li>TeXLive, an up-to-date widespread multi-platform distribution,</li>
</ul>
<p>As TeXLive is the system used on Linux and Mac, we have chosen to describe the installation of TeXLive. Currently the installer does not work with MiKTeX, but we are working on resolving this issue.</p>
<p>To begin, download the latest TeXLive installer from <a href="http://mirror.ctan.org/systems/texlive/tlnet/install-tl.zip">the official site</a> and unzip it. Then you have two options:</p>
<p> The first is to launch <code>install-tl.bat</code> and to say yes all the time, it will simply install all the TeXLive distribution (about 3GB).</p>
<p>If you have less time or disk space, launch <code>install-tl-advanced.bat</code>. A graphical interface will open to give you the installation options. Click on the uppermost "Change" button, to select the <code>scheme medium</code>. Click then on the second "Change" button and select at least "LuaTeX packets", "LaTeX3 packets", "LaTeX recommended packages", "Recommended standard packages", "Recommended fonts", "LaTeX base packages" and "Essential programs and files". Click then on the "Change" button for languages. Deselect all the documentation languages (you can find them on the Internet), as well as all the languages on the left that you won't use (latin is not selected by default, so make sure that you do select it for installation). To save some space, you can also say "no" to "Install source of macros and fonts". The space required for installation should be less than 1GB.</p>
<p>Once you have activated the installation choices, click on "Install TeXLive". The installation may take a while, because it requires downloading the necessary packages.</p>
<h2>Installing Gregorio</h2>
<p>Once you've installed TeXLive, you have to restart your computer before you can install gregorio. Once you have done that, you can find a Windows auto-installer called <code>gregorio-##-setup.exe</code> (where ## is the version number) available in the <a href="https://github.com/gregorio-project/gregorio/releases">Download</a> section for the more recent releases. Simply follow the steps and the installation will be complete!</p>
<h2>Next steps</h2>
<p>It can be very helpful to <a href="configuration-texworks.html">configure TeXworks for Gregorio</a>. Once you have done so, refer to the <a href="introduction-editor.html">introduction page</a> to start using Gregorio!</p>
<h2>Troubleshooting</h2>
<p>If you can't get Gregorio to work after following the above steps, then please <a href="contact.html">report your problem</a> and we'll try to help you fix it. In order to make this process go as quickly as possible, please run <code>system-setup.bat</code> and include the contents of the generated log file as part of your report. You can find <code>system-setup.bat</code> in the destination directory you selected when running the installer, or <a href="https://github.com/gregorio-project/gregorio/blob/master/contrib/system-setup.bat">download it directly from GitHub.</a> Once you've found the file in Windows Explorer, simply double click on the icon to run it.</p>
<!-- footer -->
</div>
<div class="bottom">
</div>
<script>initialize_menu();</script>
</body>
</html>