Skip to content

Commit

Permalink
Update HowToBuild.md
Browse files Browse the repository at this point in the history
  • Loading branch information
LiangliangNan authored Feb 21, 2024
1 parent 1f65b15 commit 877d3dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HowToBuild.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ NOTE: There are usually many options to set up a development environment on each

- If you are using Debian, Ubuntu, and their variants such as Mint, run the following `apt-get` commands one by one:
- `sudo apt-get update`
- `sudo apt-get install build-essential cmake-gui libxmu-dev libxi-dev libgl-dev`
- `sudo apt-get install build-essential cmake-gui libxmu-dev libxi-dev libgl-dev libxrandr-dev`

- If you are using FreeBSD, run the following `pkg install` command:
- `pkg install xorg lang/gcc git cmake gmake bash python perl5`
Expand Down

0 comments on commit 877d3dd

Please sign in to comment.