docs/builds.rst: Add build commands for Fedora 30.

master
Karl Robillard 2019-12-29 13:18:43 -05:00
parent 191dbacd89
commit d2862b9e50
1 changed files with 11 additions and 0 deletions

View File

@ -67,3 +67,14 @@ Here is the snapshot of the command line of one build, you may use different def
$ qmake -qt=5 -makefile
$ make
$ ./dust3d
* Fedora
.. code-block:: sh
$ sudo dnf install qt5-qtbase-devel CGAL-devel
$ git clone https://github.com/huxingyi/dust3d.git
$ cd dust3d
$ qmake-qt5 -makefile
$ make
$ ./dust3d