Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installation on Ubuntu 22.04 #258

Open
PaoloPelloni opened this issue Feb 27, 2024 · 0 comments
Open

Installation on Ubuntu 22.04 #258

PaoloPelloni opened this issue Feb 27, 2024 · 0 comments

Comments

@PaoloPelloni
Copy link

PaoloPelloni commented Feb 27, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant