nandosilva
(usa Lubuntu)
Enviado em 26/10/2023 - 21:32h
Baixe o repositório do programa com o comando abaixo (o comando git deve esta instalado no seu sistema)
$ git clone
https://github.com/Embroidermodder/Embroidermodder/
Na pasta onde você baixou o programa com o git faça
$ cd Embroidermodder
Agora você tem que seguir as instruções da página
https://github.com/Embroidermodder/Embroidermodder/ para poder compilar o programa
que são as partes
git submodule init
git submodule update
sudo apt-get update
sudo apt-get install qt6-base-dev libqt6gui6 libqt6widgets6 libqt6printsupport6 libqt6core6 libgl-dev libglx-dev libopengl-dev
bash build.sh
If your system does not have bash, it may still run as sh. Failing that, try typing each line in in turn like this:
git submodule init
git submodule update
cmake -S . -B"build" -G"Unix Makefiles" -DCMAKE_BUILD_TYPE="Debug"
cd build
cp ../ZLIB-LICENSE.txt .
cp -r ../src/* .
cmake --build .
cat build.log
cd ..
Running the Development Version
After building as above, run your own development copy with:
cd build
./embroidermodder2
Troubleshooting
If you have no luck with the above advice and still want to run the development alpha, try reading the build.log in your build/ folder like this:
cat build/build.log
If, after googling keywords from the errors you're still stuck post and issue on GitHub here:
https://github.com/Embroidermodder/Embroidermodder/issues and supply the build.log file. If something comes up a lot then we can add advice here.
Nota
Depende da distro ou versão das mesmas pode haver pequena variação nos nomes dos pacotes necessário para baixar pra poder compilar.
Atente sob as versões das libs necessárias, leia cuidadosamente esta parte na página do programa na net.