[bootlin/training-materials updates] master: Build tools updates (95d14d04)

Michael Opdenacker michael.opdenacker at bootlin.com
Wed Feb 24 14:43:51 CET 2021


Repository : https://github.com/bootlin/training-materials
On branch  : master
Link       : https://github.com/bootlin/training-materials/commit/95d14d04b75321e33334b69fa16d076c2ed08c93

>---------------------------------------------------------------

commit 95d14d04b75321e33334b69fa16d076c2ed08c93
Author: Michael Opdenacker <michael.opdenacker at bootlin.com>
Date:   Wed Feb 24 14:43:51 2021 +0100

    Build tools updates
    
    - Qt6 will use CMake
    - Update Waf home page
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at bootlin.com>


>---------------------------------------------------------------

95d14d04b75321e33334b69fa16d076c2ed08c93
 .../sysdev-application-development.tex                              | 2 --
 slides/sysdev-embedded-linux/sysdev-embedded-linux.tex              | 6 +++---
 2 files changed, 3 insertions(+), 5 deletions(-)

diff --git a/slides/sysdev-application-development/sysdev-application-development.tex b/slides/sysdev-application-development/sysdev-application-development.tex
index 6f5e697f..c88835a3 100644
--- a/slides/sysdev-application-development/sysdev-application-development.tex
+++ b/slides/sysdev-application-development/sysdev-application-development.tex
@@ -122,8 +122,6 @@
     \item We recommend to invest in {\em CMake} instead: modern, simpler, smaller but
       growing user base.
     \end{itemize}
-  \item The QT library is a special case, since it comes with its own
-    build system for applications, called {\em qmake}.
   \end{itemize}
 \end{frame}
 
diff --git a/slides/sysdev-embedded-linux/sysdev-embedded-linux.tex b/slides/sysdev-embedded-linux/sysdev-embedded-linux.tex
index a2f23ab7..8b29ec75 100644
--- a/slides/sysdev-embedded-linux/sysdev-embedded-linux.tex
+++ b/slides/sysdev-embedded-linux/sysdev-embedded-linux.tex
@@ -932,10 +932,10 @@ met:
     \begin{itemize}
     \item Newer and simpler than the {\em autotools}. Used by
     (sometimes large) projects such as KDE, KiCad, LLVM / Clang,
-    Scribus, OpenCV. Used by Netflix too.
+    Scribus, OpenCV, Qt (since version 6).
     \end{itemize}
-  \item Scons, \url{https://www.scons.org/}
-  \item Waf, \url{https://github.com/waf-project/waf}
+  \item Scons, \url{https://scons.org/}
+  \item Waf, \url{https://waf.io/}
   \item Other manual build systems
   \end{itemize}
 \end{frame}




More information about the training-materials-updates mailing list