wsl --install Restart your computer.
# Step 1: Update your system packages sudo apt update && sudo apt upgrade -y sudo apt install -y qt5-default qtbase5-dev libqt5svg5 libqt5network5 libqt5xml5 qttools5-dev-tools git build-essential Step 3: Clone the repository (or download the latest release) git clone https://github.com/emtee40/DemonEditor.git cd DemonEditor Step 4: Compile the source (This takes 2-3 minutes) qmake make demoneditor install
FROM ubuntu:22.04 RUN apt update && apt install -y qt5-default git xvfb RUN git clone https://github.com/emtee40/DemonEditor.git /opt/DemonEditor WORKDIR /opt/DemonEditor RUN qmake && make ENTRYPOINT ["xvfb-run", "./demoneditor", "--batch-mode"] Build and run: wsl --install Restart your computer
./demoneditor To add DemonEditor to your application menu, create a desktop entry: create a desktop entry: