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

Better Installation Instruction #24

Open
ftrotter opened this issue Oct 22, 2023 · 2 comments
Open

Better Installation Instruction #24

ftrotter opened this issue Oct 22, 2023 · 2 comments

Comments

@ftrotter
Copy link

We would like to improve the installation instructions for HADES with container and Linux instructions.

@schuemie
Copy link
Member

Inspired by our Github Actions workflow, here are the Linux libraries you'll need:

apt-get install -y libssh-dev
apt-get install -y default-jdk         
apt-get install -y make                
apt-get install -y libicu-dev          
apt-get install -y libcurl4-openssl-dev
apt-get install -y libssl-dev          
apt-get install -y libxml2-dev         
apt-get install -y pandoc              
apt-get install -y git                 
apt-get install -y libssh2-1-dev       
apt-get install -y libpq-dev           
apt-get install -y unixodbc-dev 

I don't see libsodium, but some packages (like keyring) will need that too,

@ftrotter
Copy link
Author

Here is the repo to check out in order to submit pull requests...
https://github.com/ftrotter/Broadsea

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

2 participants