Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinbreiz committed Apr 30, 2024
1 parent 10fb579 commit 796040a
Show file tree
Hide file tree
Showing 2 changed files with 254 additions and 253 deletions.
9 changes: 5 additions & 4 deletions articles/Installation/DevKit.html
Original file line number Diff line number Diff line change
Expand Up @@ -193,13 +193,14 @@ <h1 id="devkit-installation">DevKit Installation</h1>
<h2 id="windows">Windows</h2>
<h3 id="prerequisites">Prerequisites</h3>
<ul>
<li>Source code of Development Kit from <a href="https://github.com/CosmosOS/Cosmos">Cosmos on GitHub</a>
<li><p>Source code of Development Kit from <a href="https://github.com/CosmosOS/Cosmos">Cosmos on GitHub</a></p>
<ul>
<li>You must clone the repository using Git. For a detailed walkthrough, <a href="https://help.github.com/articles/fork-a-repo/">see here</a>.</li>
</ul>
</li>
<li><a href="https://visualstudio.microsoft.com/vs/">Visual Studio 2022 Community</a></li>
<li><a href="http://www.jrsoftware.org/isdl.php#qsp">InnoSetup</a>
<li><p><a href="https://visualstudio.microsoft.com/vs/">Visual Studio 2022 Community</a></p>
</li>
<li><p><a href="http://www.jrsoftware.org/isdl.php#qsp">InnoSetup</a></p>
<ul>
<li>This is required to build the setup kit which is used to build and install the Visual Studio integration libaries for Cosmos.</li>
<li>During install it will ask you about optional components to install. Be sure you check &quot;Install Inno Setup Preprocessor&quot;.</li>
Expand Down Expand Up @@ -251,7 +252,7 @@ <h3 id="the-project-templates-are-not-showing-in-visual-studio">The project temp
<h3 id="dotnet-project-templates">dotnet Project Templates</h3>
<p>If you are using Linux, or prefer not using Visual Studio for your projects, you can install the dotnet project template using <code>dotnet new --install ./source/templates/csharp/</code> assuming you are currently in the Cosmos base directory. After installing the template, use <code>dotnet new cosmosCSKernel -n {name}</code> to create a new Cosmos Kernel project.
The dotnet template can be removed at a later time using <code>dotnet new --uninstall ./source/templates/csharp/</code>.</p>
<p><em>Last updated on 24 March 2024.</em></p>
<p><em>Last updated on 20 April 2024.</em></p>
</article>
</div>

Expand Down
Loading

0 comments on commit 796040a

Please sign in to comment.