We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I share here how I installed it and worked for me.
Install ruby-dev sudo apt 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
./configure --enable-shared
make
make install
Install alexandria with the gem command sudo gem install alexandria-book-collection-manager
sudo gem install alexandria-book-collection-manager
at first run it crashed because it was missing gconftool2 fixed with: sudo apt install gconf2
sudo apt install gconf2
Your mileage may vary but I thought it could be helpful to share
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: