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
on Debian 9+ or on Ubuntu 18+ run <GO source tree>/build-scripts/for-linux/prepare-debian-ubuntu.sh
This script is no longer available. I tried prepare-debian-based.sh, which seems to work. It did give a message (on Ubuntu 22.04): dpkg-query: package 'libwxgtk3.2-dev' is not installed and no information is available, but everything builds OK.
Next, the script <GO source tree>/build-scripts/for-appimage-x86_64/build-on-linux.sh only works if you use an absolute path for <GO source tree> - with a relative path you get an error (e.g.)
./build-scripts/for-linux/build-on-linux.sh: line 34: ./build-scripts/for-linux/cmake-prm-yaml-cpp.bash: No such file or directory
Incidentally, the prepare-debian-based.sh fails on Ubuntu 23 because it couldn't find wxwigets 3.0 (it comes with 3.2 instead).
The text was updated successfully, but these errors were encountered:
BUILD.md states
<GO source tree>/build-scripts/for-linux/prepare-debian-ubuntu.sh
This script is no longer available. I tried
prepare-debian-based.sh
, which seems to work. It did give a message (on Ubuntu 22.04):dpkg-query: package 'libwxgtk3.2-dev' is not installed and no information is available
, but everything builds OK.Next, the script
<GO source tree>/build-scripts/for-appimage-x86_64/build-on-linux.sh
only works if you use an absolute path for <GO source tree> - with a relative path you get an error (e.g.).
/build-scripts/for-linux/build-on-linux.sh: line 34: ./build-scripts/for-linux/cmake-prm-yaml-cpp.bash: No such file or directory
Incidentally, the
prepare-debian-based.sh
fails on Ubuntu 23 because it couldn't find wxwigets 3.0 (it comes with 3.2 instead).The text was updated successfully, but these errors were encountered: