How to build artifacts? - Installation instructions missing #4
-
Hi! At the time of writing, it's not clear from the README.md how can I build FireDBG artifacts. Can someone give me a light on this? |
Beta Was this translation helpful? Give feedback.
Replies: 6 comments 1 reply
-
In summary we bundle codelldb's binaries with our binaries. We'll try to release a script for that process. |
Beta Was this translation helpful? Give feedback.
-
Having a working build script as reference would be pretty useful, as I'm on one of the unsupported platforms (Arch linux), and was attempting to get it compiling myself. I don't mind getting my hands dirty, but yeah having a reference would be nice. Maybe even a github workflow for automated builds sometime? |
Beta Was this translation helpful? Give feedback.
-
I too would like to see releases for Arch-based distros (Manjaro user here). check_pacman_install libc++abi
check_pacman_install() {
if [[ ! $(pacman -Qs $1) ]]; then
sudo pacman -S --noconfirm $1
fi
} |
Beta Was this translation helpful? Give feedback.
-
Oh well, I was gonna PR a change to the install script to add support for Arch, until I realized the provided precompiled binaries are separated per Linux distro. |
Beta Was this translation helpful? Give feedback.
-
I was able to get Arch working by changing the install script slightly |
Beta Was this translation helpful? Give feedback.
-
Hi all, thanks for the interest!! We just released the Dockerfile and a guide for building FireDBG from source: |
Beta Was this translation helpful? Give feedback.
Hi all, thanks for the interest!!
We just released the Dockerfile and a guide for building FireDBG from source: