Attempting to build CudaText on Nobara Linux 41 using the repository, "CudaText_up". This is the output of the command,
./cudaup.sh -g -p -m --os linux &> ./build.logI followed the instructions for compiling from this website:
| #!/usr/bin/env bash | |
| SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)" | |
| # Exit immediately if a command exits with a non-zero status. | |
| set -e | |
| # --- Python helper script --- | |
| BASE_URL='https://raw.githubusercontent.com/FlawlessCasual17/YACR/refs/heads/master' | |
| curl -s "$BASE_URL/scripts/requirements.txt" -o "$SCRIPT_DIR/requirements.txt" | 
| #!/usr/bin/env bash | |
| # # Do sudo first | |
| # sudo -v | |
| # # Check if the user has sudo privellages | |
| # sudo -n true | |
| # sudo_status=$? | |
| # if [ $sudo_status -ne 0 ]; then | |
| # echo 'Root-like/Sudo access is required.' | 
$argon2id$v=19$m=8192,t=2,p=4$XYen9FmNMJ6y6XknkZ7eSw$LJEBZAYvuvtt9OE3WZRAwe04Fn9VEkNR
| #!/usr/bin/env bash | |
| sudo --validate | |
| # Part 1 | |
| sudo dnf update -y | |
| sudo dnf groupinstall -y 'Development Tools' | |
| sudo dnf install -y procps-ng curl file git lsd | |
| # Part 2 | |
| if [ ! -d /home/linuxbrew ]; then |