Skip to content

Commit

Permalink
Changed 'libxcb-cursor0' to a development dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
sandmmakers committed Dec 4, 2023
1 parent 4a213b8 commit a063c97
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Docs/BuildingFromSource.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
1) Perform the **Configure the system** steps listed in the installation directions
2) Ensure system prerequisites are installed
```
sudo apt-get install binutils git
sudo apt-get install binutils git libxcb-cursor0
```
3) Install and configure Python
- Systems with Python 3.12+
Expand Down
10 changes: 3 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,19 +43,15 @@ to use **Bed Leveler 5000**.
>Use of Ubuntu's Dark theme is not recommended.
1) Configure the system
1) Install prerequisites
```
sudo apt-get install libxcb-cursor0
```
2) Ensure **brltty** is not installed
1) Ensure **brltty** is not installed
```
sudo apt remove brltty
```
3) Give the current user permissions to use serial ports
2) Give the current user permissions to use serial ports
```
sudo usermod -a -G dialout $USER
```
4) Reboot to ensure all changes take effect
3) Reboot to ensure all changes take effect
2) Download the **.tgz** file from the latest release at https://github.com/sandmmakers/BedLeveler5000/releases
3) Extract the downloaded archive
4) Launch **BedLeveler5000**, **PrinterInfoWizard**, or **InspectorG-code**
Expand Down

0 comments on commit a063c97

Please sign in to comment.