-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
47 additions
and
5 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
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,19 @@ | ||
<!DOCTYPE html> | ||
|
||
<html lang="en" xmlns="http://www.w3.org/1999/xhtml"> | ||
<head> | ||
<meta charset="utf-8" /> | ||
<title>Downloads</title> | ||
<link href="../style/style.css" rel="stylesheet" type="text/css" /> | ||
</head> | ||
<body> | ||
<h1>Downloads</h1> | ||
|
||
<h2>Version 1.0.0</h2> | ||
|
||
<ul> | ||
<li><a href="https://sourceforge.net/projects/soulng/files/1.0.0/soulng-1.0.0-win-x64-setup.exe">SoulNG 1.0.0 for Windows x64 Setup (SourceForge)</a></li> | ||
<li><a href="https://github.com/slaakko/soulng/releases/download/1.0.0/soulng-1.0.0-win-x64-setup.exe">SoulNG 1.0.0 for Windows x64 Setup (GitHub)</a></li> | ||
</ul> | ||
</body> | ||
</html> |
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,20 @@ | ||
<!DOCTYPE html> | ||
|
||
<html lang="en" xmlns="http://www.w3.org/1999/xhtml"> | ||
<head> | ||
<meta charset="utf-8" /> | ||
<title>Installation</title> | ||
<link href="../style/style.css" rel="stylesheet" type="text/css" /> | ||
</head> | ||
<body> | ||
<h1>Installation</h1> | ||
|
||
<ul> | ||
<li><a href="../download/download.html">Download</a> the setup executable and run it.</li> | ||
<li>The SoulNG is by default installed to the <strong>C:\soulng-1.0.0</strong> directory.</li> | ||
<li>The <strong>C:\soulng-1.0.0\bin</strong> directory is added to the system PATH environment variable.</li> | ||
<li>The setup creates a system environment variable <strong>SOULNG_ROOT</strong> that contains the path to the installation directory.</li> | ||
<li>The <strong>SOULNG_ROOT</strong> environment variable is needed at runtime to locate the Unicode character database <strong>soulng_ucd.bin</strong> in the <strong>unicode</strong> subdirectory.</li> | ||
</ul> | ||
</body> | ||
</html> |
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
Binary file not shown.