Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
aksnzhy committed Dec 4, 2017
1 parent ab2e406 commit 9750481
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 3 deletions.
Binary file modified _build/doctrees/environment.pickle
Binary file not shown.
Binary file modified _build/doctrees/install.doctree
Binary file not shown.
3 changes: 2 additions & 1 deletion _build/html/_sources/install.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,8 @@ First you need is to clone the code from github ::

and then build xLearn using the folloing commands ::

cd xlearn; mkdir build; cd build
cd xlearn; mkdir build
cd build
cmake ..
make

Expand Down
3 changes: 2 additions & 1 deletion _build/html/install.html
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,8 @@ <h3>Build C++ code<a class="headerlink" href="#build-c-code" title="Permalink to
</pre></div>
</div>
<p>and then build xLearn using the folloing commands</p>
<div class="highlight-default"><div class="highlight"><pre><span></span><span class="n">cd</span> <span class="n">xlearn</span><span class="p">;</span> <span class="n">mkdir</span> <span class="n">build</span><span class="p">;</span> <span class="n">cd</span> <span class="n">build</span>
<div class="highlight-default"><div class="highlight"><pre><span></span><span class="n">cd</span> <span class="n">xlearn</span><span class="p">;</span> <span class="n">mkdir</span> <span class="n">build</span>
<span class="n">cd</span> <span class="n">build</span>
<span class="n">cmake</span> <span class="o">..</span>
<span class="n">make</span>
</pre></div>
Expand Down
3 changes: 2 additions & 1 deletion install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,8 @@ First you need is to clone the code from github ::

and then build xLearn using the folloing commands ::

cd xlearn; mkdir build; cd build
cd xlearn; mkdir build
cd build
cmake ..
make

Expand Down

0 comments on commit 9750481

Please sign in to comment.