Changes between Version 109 and Version 110 of Linux build instructions
- Timestamp:
- 01/05/2026 08:53:37 AM (3 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Linux build instructions
v109 v110 54 54 libpng-dev libpulse-dev qt6-base-dev qt6-scxml-dev qt6-tools-dev qt6-l10n-tools libsdl1.2-dev libsdl-ttf2.0-dev \ 55 55 libssl-dev libvpx-dev libxcursor-dev libxinerama-dev libxml2-dev libxml2-utils \ 56 libxmu-dev libxrandr-dev linux-source make nasm python3-dev python -dev\56 libxmu-dev libxrandr-dev linux-source make nasm python3-dev python3-packaging \ 57 57 texlive texlive-fonts-extra texlive-latex-extra unzip xsltproc \ 58 58 default-jdk libstdc++5 libxslt1-dev linux-headers-$(uname -r) makeself \ … … 122 122 1. Change to the root directory of the sources and execute the configure script: 123 123 {{{ 124 ./configure --disable-hardening124 ./configure.py --disable-hardening 125 125 }}} 126 126 If it finds everything it needs, it will create a file called '!AutoConfig.kmk' containing paths to the various tools on your system. Also, it will create an environment setup script called `env.sh`. This step only has to be done once (if something changes in your build tool setup, you might have to repeat it but keep in mind that both output files will be overwritten).

