Updated build requirements and corrected suggested build script

This commit is contained in:
Phil Olynyk 2019-04-15 11:12:59 -04:00
parent c67cd82bb3
commit 1345c40a52

4
README
View File

@ -19,6 +19,8 @@ The help modules are libqt5help5, qttools5-dev and qttools5-dev-tools
Qt5.7 SDK without help is possible (for Debian Stretch) Qt5.7 SDK without help is possible (for Debian Stretch)
All systems need qtcreator or qttools5-dev-tools
All systems need qt5-default, libqt5serialport5, libqt5serailport5-dev and libqt5opengl5-dev All systems need qt5-default, libqt5serialport5, libqt5serailport5-dev and libqt5opengl5-dev
Linux also needs libudev-dev and zlib1g-dev Linux also needs libudev-dev and zlib1g-dev
@ -34,7 +36,7 @@ Recommend shadow building to not cruft up the source code folder:
cd .. cd ..
mkdir build mkdir build
cd build cd build
qmake ../oscar-code/OSCAR_QT.pro qmake ../OSCAR-code/OSCAR_QT.pro
make make
You may need to add a -spec option to qmake to suit your platform. You may need to add a -spec option to qmake to suit your platform.