Skip to content

Commit

Permalink
deploy: 2088603
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-burger committed Jul 24, 2024
1 parent 5a20b97 commit f926ad8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,8 @@ <h3><a class="anchor" id="autotoc_md6"></a>
<div class="fragment"><div class="line">mkdir build</div>
<div class="line">cd build</div>
<div class="line"># Please change the path to the install dir. If you chose a global install you can omit the CMAKE_PREFIX_PATH option</div>
<div class="line">cmake .. -DCMAKE_PREFIX_PATH=&lt;installdir of libosal&gt;</div>
<div class="line"># You can specify which EtherCAT devices should be included into the build with -DECAT_DEVICE=&quot;sock_raw;sock_raw_mmaped;...&quot;</div>
<div class="line">cmake .. -DCMAKE_PREFIX_PATH=&lt;installdir of libosal&gt; -DECAT_DEVICE=&quot;sock_raw;sock_raw_mmaped&quot;</div>
<div class="line">cmake --build . </div>
</div><!-- fragment --><h2><a class="anchor" id="autotoc_md7"></a>
Tools</h2>
Expand Down

0 comments on commit f926ad8

Please sign in to comment.