-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathHowToBuild.txt
More file actions
30 lines (20 loc) · 844 Bytes
/
HowToBuild.txt
File metadata and controls
30 lines (20 loc) · 844 Bytes
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
Building TeXnicCenter
1 Requirements
The following tools and libraries are required to successfully build
TeXnicCenter and all of its components:
* Visual C++ 2017 with MFC libraries
* Microsoft HTML Help Workshop
* Git, freely available at https://git-scm.com/
To generate the setup you will need:
* Inno Setup available at
http://www.jrsoftware.org/isinfo.php
2 Build Process
1. Open the TeXnicCenter solution TeXnicCenter.sln in Visual C++.
2. Choose either 'Debug' or the 'Release' solution configuration.
3. Build the complete solution.
The result can be found in the newly created 'Output' folder.
Visit the TeXnicCenter-Homepage
http://www.texniccenter.org/
for further information. Don't hesitate to ask us, if a problem occurs.
Tino Weinkauf (tino@TeXnicCenter.org)
TeXnicCenter Maintainer