Skip to content

Commit

Permalink
deploy: 388ac34
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-burger committed Aug 21, 2024
1 parent e6674c7 commit 2c35a7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ <h3><a class="anchor" id="autotoc_md6"></a>
<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"># 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 -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 --><h4><a class="anchor" id="autotoc_md7"></a>
Configuration parameters</h4>
Expand Down

0 comments on commit 2c35a7e

Please sign in to comment.