Skip to content

Commit

Permalink
Fixed install dependencies for modern ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
toastedcrumpets committed Dec 16, 2024
1 parent 31675e0 commit c2cc9e6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions htdocs/pages/tutorial1.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,14 @@
</p>
<h2>Ubuntu</h2>
<p>
On <b>Ubuntu</b> versions 12.04 and above, you can install the minimum dependencies
On <b>Ubuntu</b>, you can install the minimum dependencies
using the following command:
</p>
<?php codeblockstart(); ?>sudo apt-get install git build-essential cmake libboost-all-dev libbz2-dev<?php codeblockend("bash"); ?>
<?php codeblockstart(); ?>sudo apt-get install git build-essential cmake libboost-all-dev libbz2-dev libeigen3-dev<?php codeblockend("bash"); ?>
<p>
And the optional packages with this command:
</p>
<?php codeblockstart(); ?>apt-get install libjudy-dev libgtkmm-3.0-dev freeglut3-dev libavcodec-dev libglew1.6-dev libxmu-dev<?php codeblockend("bash"); ?>
<?php codeblockstart(); ?>apt-get install libgtkmm-3.0-dev freeglut3-dev libavcodec-dev libglew-dev libxmu-dev<?php codeblockend("bash"); ?>
<p>
Now you can continue to <a href="#step1">step 1</a>.
</p>
Expand Down

0 comments on commit c2cc9e6

Please sign in to comment.