avitab icon indicating copy to clipboard operation
avitab copied to clipboard

Fedora compiling instructions

Open davide-ferrara opened this issue 8 months ago • 1 comments

Building Dependencies on Linux fedora 6.14.6-200.fc41.x86_64

To successfully build the dependencies using the build_dependencies.sh script on Fedora, you need to install some additional development tools first. Run the following command to install the required packages:

sudo dnf install autoconf automake libtool m4 gettext automake-wrapper glfw-devel

I think this could be included inside the wiki.

davide-ferrara avatar May 29 '25 13:05 davide-ferrara

and for compiling Avitab-standalone on Ubuntu 22.04 LTS i needed to install the libglfw3-dev package. for avitab-plugin this package is not required.

sfrsfrsfr avatar Jun 23 '25 10:06 sfrsfrsfr