OHDSI / Hades

Health Analytics Data-to-Evidence Suite (HADES): A collection of R packages for performing analytics against the Common Data Model.
https://ohdsi.github.io/Hades
Apache License 2.0
22 stars 11 forks source link

Better Installation Instruction #24

Open ftrotter opened 8 months ago

ftrotter commented 8 months ago

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

schuemie commented 8 months ago

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 commented 8 months ago

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