Skip to content

Add instructions to build on Fedora #163

@yuripourre

Description

@yuripourre
#!/bin/bash

echo "Installing dependencies..."
sudo dnf install -y cmake gcc-c++ qt6-qtbase-devel qt6-qttools-devel qt6-qtbase qt6-qttools make

echo "Setting up build directory..."
rm -rf build
mkdir -p build
cd build

echo "Configuring project..."
cmake .. -DCMAKE_BUILD_TYPE=Release

echo "Building project..."
make -j$(nproc)

echo "Build completed successfully!"
echo "Executable: build/D1GraphicsTool"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions