You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm making this thread for those who may be having issues running or building PabloDraw.
I first downloaded the zip file that had the executable. The executable wouldn't run, so downloaded source to build it myself. Edit: I did try installing gtk packages to see if it fixed the issue with the aforementioned prebuilt executable, but it did not.
Building the source:
I had to install these packages on Linux Mint before it would compile the source:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm making this thread for those who may be having issues running or building PabloDraw.
I first downloaded the zip file that had the executable. The executable wouldn't run, so downloaded source to build it myself. Edit: I did try installing gtk packages to see if it fixed the issue with the aforementioned prebuilt executable, but it did not.
Building the source:
I had to install these packages on Linux Mint before it would compile the source:
sudo apt install dotnet-host-7.0
sudo apt install dotnet-sdk-7.0
The build had one non-fatal warning.
I was able to run the built 'PabloDraw' executable in this folder:
pablodraw-3.3.13-beta/artifacts/bin/PabloDraw/Debug/net7.0/linux-x64
One important note: PabloDraw only finds .ans files with lowercase extensions. I've already reported the issue.
Beta Was this translation helpful? Give feedback.
All reactions