add installation guide for Ubuntu22.04

This commit is contained in:
Yonghye Kwon 2023-01-13 12:24:52 +09:00 committed by GitHub
parent e3eea126e1
commit ab4c936d16
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -52,7 +52,7 @@ https://user-images.githubusercontent.com/35001605/211560039-367f27d7-63ab-4342-
### For Windows
2. Download [YOLOLabel_v1.2.0](https://github.com/developer0hye/Yolo_Label/releases/download/v1.2.0/YoloLabel_v1.2.0.zip)
2. Download [YOLOLabel_v1.2.1.zip](https://github.com/developer0hye/Yolo_Label/releases/download/v1.2.1/YoloLabel_v1.2.1.zip)
3. Unzip
@ -60,6 +60,27 @@ https://user-images.githubusercontent.com/35001605/211560039-367f27d7-63ab-4342-
![image](https://user-images.githubusercontent.com/35001605/111152300-e74b5680-85d3-11eb-8df7-178148548c12.png)
### For Ubuntu 22.04
2. Download [YOLOLabel_v1.2.1.tar](https://github.com/developer0hye/Yolo_Label/releases/download/v1.2.1/YoloLabel_v1.2.1.tar)
3. Unzip and download libraries
```
tar -xvf YoloLabel_v1.2.1.tar
sudo apt update
sudo apt-get install -y libgl1-mesa-dev
sudo apt-get install libxcb-*
sudo apt-get install libxkb*
```
4. Run YoloLabel.sh
```
./YoloLabel.sh
```
![image](https://user-images.githubusercontent.com/35001605/212230107-ff1019e8-eb67-4801-bd66-a93b6a64290f.png)
### For macOS
2. Clone or download the source code of this repository