From d2862b9e503b8680fa3e0231b085e161d7b3a18e Mon Sep 17 00:00:00 2001 From: Karl Robillard Date: Sun, 29 Dec 2019 13:18:43 -0500 Subject: [PATCH] docs/builds.rst: Add build commands for Fedora 30. --- docs/builds.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/builds.rst b/docs/builds.rst index 578d2879..cead9ba8 100644 --- a/docs/builds.rst +++ b/docs/builds.rst @@ -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