mirror of https://github.com/mosra/magnum.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
640 B
29 lines
640 B
|
5 years ago
|
# Install next packages
|
||
|
|
|
||
|
|
## for usage
|
||
|
|
corrade should be installed
|
||
|
|
|
||
|
|
```
|
||
|
|
$ sudo dnf install openal-soft \
|
||
|
|
SDL2 \
|
||
|
|
freeglut \
|
||
|
|
glfw
|
||
|
|
```
|
||
|
|
## for build and devel package
|
||
|
|
corrade-devel should be installed
|
||
|
|
|
||
|
|
```
|
||
|
|
$ sudo dnf install git gcc-c++ cmake make rpmdevtools \
|
||
|
|
openal-soft-devel \
|
||
|
|
SDL2-devel \
|
||
|
|
freeglut-devel \
|
||
|
|
glfw-devel
|
||
|
|
```
|
||
|
|
|
||
|
|
|
||
|
|
## on centos
|
||
|
|
for glfw and glfw-devel packages install EPEL repo:
|
||
|
|
```
|
||
|
|
$ sudo dnf install --nogpgcheck https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm
|
||
|
|
```
|