forked from cogtool/cogtool
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding Building CogTool page to docs
- Loading branch information
1 parent
c17a094
commit bd244cd
Showing
1 changed file
with
23 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
--- | ||
title: Building CogTool | ||
author: justing | ||
layout: page | ||
--- | ||
|
||
To compile CogTool, | ||
1. Download the source code from [GitHub](https://github.com/CogTool-Modern/cogtool). | ||
2. Install [Apache Ant](https://ant.apache.org/bindownload.cgi) | ||
3. From within the project directory, run `ant` | ||
|
||
Running the `ant` command begins the build process specified in `build.xml`. | ||
|
||
<details markdown="1"> | ||
<summary>Building on Windows</summary> | ||
|
||
The step in the build process for building Windows installers will only happen when building CogTool on Windows. This steps assumes that you have installed [NSIS](https://nsis.sourceforge.io/Main_Page) and the executable is available at `C:\Program Files (x86)\NSIS\makensis.exe` | ||
|
||
</details> | ||
|
||
### Related | ||
- [CogTool - 32-bit build instructions](https://github.com/cogtool/documentation/blob/master/Processes/configuring-development-machines.txt) | ||
- [Download Apache Ant](https://ant.apache.org/bindownload.cgi) |