Initial commit
This commit is contained in:
parent
1d8a65fae8
commit
0c35c09792
1 changed files with 7 additions and 2 deletions
|
@ -16,13 +16,18 @@ Building the **uldaq** package requires C/C++ compilers, make tool, and the deve
|
|||
$ sudo apt-get install gcc g++ make
|
||||
$ sudo apt-get install libusb-1.0-0-dev
|
||||
```
|
||||
- Arch-based Linux distributions such as Manjaro, Antergos
|
||||
|
||||
```
|
||||
$ sudo pacman -S gcc make
|
||||
$ sudo pacman -S libusb
|
||||
```
|
||||
- Red Hat-based Linux distributions such as Fedora, CentOS
|
||||
|
||||
```
|
||||
$ sudo yum install gcc gcc-c++ make
|
||||
$ sudo yum install libusbx-devel
|
||||
```
|
||||
|
||||
```
|
||||
- OpenSUSE
|
||||
|
||||
```
|
||||
|
|
Loading…
Add table
Reference in a new issue