mvz / alexandria-book-collection-manager

Fork of the Alexandria Book Collection Manager
GNU General Public License v2.0
27 stars 15 forks source link

Installation on Ubuntu 22.04 #258

Open PaoloPelloni opened 6 months ago

PaoloPelloni commented 6 months ago

I share here how I installed it and worked for me.

Install ruby-dev sudo apt install ruby-dev

Install Yaz from source https://download.indexdata.com/pub/yaz/ download latest version, unpack it enter in the directory from the terminal

./configure --enable-shared make make install

Install alexandria with the gem command sudo gem install alexandria-book-collection-manager

at first run it crashed because it was missing gconftool2 fixed with: sudo apt install gconf2

Your mileage may vary but I thought it could be helpful to share