avitab
avitab copied to clipboard
Fedora compiling instructions
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.
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.