<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>PhysIKA – Getting Started</title>
    <link>https://PhysikaTeam.github.io/docs/gettingstarted.html</link>
    <description>Recent content in Getting Started on PhysIKA</description>
    <generator>Hugo -- gohugo.io</generator>
    
	  <atom:link href="https://PhysikaTeam.github.io/docs/gettingstarted/index.xml" rel="self" type="application/rss+xml" />
    
    
      
        
      
    
    
    <item>
      <title>Docs: Linux</title>
      <link>https://PhysikaTeam.github.io/docs/gettingstarted/linux.html</link>
      <pubDate>Thu, 05 Jan 2017 00:00:00 +0000</pubDate>
      
      <guid>https://PhysikaTeam.github.io/docs/gettingstarted/linux.html</guid>
      <description>
        
        
        

&lt;div class=&#34;pageinfo pageinfo-primary&#34;&gt;
&lt;p&gt;To appear&amp;hellip;&lt;/p&gt;

&lt;/div&gt;


      </description>
    </item>
    
    <item>
      <title>Docs: Windows</title>
      <link>https://PhysikaTeam.github.io/docs/gettingstarted/windows.html</link>
      <pubDate>Thu, 05 Jan 2017 00:00:00 +0000</pubDate>
      
      <guid>https://PhysikaTeam.github.io/docs/gettingstarted/windows.html</guid>
      <description>
        
        
        &lt;h1 id=&#34;how-to-build-physika--in-windows-environment&#34;&gt;How to build physika  in windows environment&lt;/h1&gt;
&lt;p&gt;This page tells you how to build physika, including installation and basic configuration.&lt;/p&gt;
&lt;h3 id=&#34;install-cmake&#34;&gt;Install Cmake&lt;/h3&gt;
&lt;ol&gt;
&lt;li&gt;Download the latest version of cmake executable file(Click &lt;a href=&#34;https://cmake.org/download/&#34;&gt;Here&lt;/a&gt; to download cmake executable file).&lt;/li&gt;
&lt;li&gt;Double click to install directly.&lt;/li&gt;
&lt;/ol&gt;
&lt;h3 id=&#34;install-cuda-110&#34;&gt;Install Cuda 11.0&lt;/h3&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;Download cuda11.0(Click &lt;a href=&#34;https://developer.nvidia.com/cuda-downloads?target_os=Windows&amp;amp;target_arch=x86_64&amp;amp;target_version=10&amp;amp;target_type=exelocal&#34;&gt;Here&lt;/a&gt; to download cuda11.0 executable file)&lt;img src=&#34;cuda11.0.PNG&#34; alt=&#34;&#34;&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Double click to install directly.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Open the command line and enter the nvcc -V command. The following message appears, indicating that the installation is successful.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;cuda.PNG&#34; alt=&#34;&#34;&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;h3 id=&#34;install-visual-studio-2017&#34;&gt;Install &lt;strong&gt;Visual Studio 2017&lt;/strong&gt;&lt;/h3&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;Download Visual Studio 2017(Click &lt;a href=&#34;https://visualstudio.microsoft.com/zh-hans/vs/older-downloads/&#34;&gt;Here&lt;/a&gt; to download visual studio 2017 executable file)&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;The community version of visual studio is free. It is recommended to install the community edition.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Choose what you need to install.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;vs.PNG&#34; alt=&#34;&#34;&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;h3 id=&#34;install-physika&#34;&gt;Install PhysiKA&lt;/h3&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;pull the latest version of the Physika project by directly using &lt;code&gt;git clone&lt;/code&gt;.&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;git clone https://github.com/PhysikaTeam/PhysIKA.git
cd PhysIKA
git submodule update --init --recursive`
git checkout -b dev
git pull origin dev
&lt;/code&gt;&lt;/pre&gt;&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Use cmake to compile and generate the corresponding project.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;cmake1PNG.PNG&#34; alt=&#34;&#34;&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Configure to set up Visual Studio 2017 and 64-bit. Before that, make sure you install python3.7、cuda11.0 and Visual Studio 2017.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;cmake1.PNG&#34; style=&#34;zoom:50%;&#34; /&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;After generation, such a folder will be generated. Open with visual studio 2017 sln file.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;fold.PNG&#34; style=&#34;zoom:50%;&#34; /&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Run the project under the example folder. You will see the following results.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;result.PNG&#34; style=&#34;zoom:50%;&#34; /&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;

      </description>
    </item>
    
  </channel>
</rss>
