diff --git a/docs/build.md b/docs/build.md index 2945a3ad..17c2776e 100644 --- a/docs/build.md +++ b/docs/build.md @@ -9,7 +9,7 @@ For distributions using dnf package manager (Fedora 21+) use this command: > dnf install cmake gcc-c++ qt5-qtbase-gui qt5-qttools-devel qt5-qttranslations fftw-devel binutils-devel libusb-devel mesa-libGL-devel mesa-libGLES-devel For OpenSUSE and related distributions use this command -zypper install cmake gcc-c++ qt5-qtbase-devel qt5-qttools-devel qt5-qttranslations binutils-devel libusb-devel Mesa-libGL-devel Mesa-libGLESv2-devel fftw3-devel +> zypper install cmake gcc-c++ qt5-qtbase-devel qt5-qttools-devel qt5-qttranslations binutils-devel libusb-devel Mesa-libGL-devel Mesa-libGLESv2-devel fftw3-devel After you've installed the requirements run the following commands inside the directory of this package: > mkdir build