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

Add linux install instructions to readme #3

Open
ajparsons opened this issue Jan 26, 2023 · 0 comments
Open

Add linux install instructions to readme #3

ajparsons opened this issue Jan 26, 2023 · 0 comments
Assignees
Labels
documentation Improvements or additions to documentation

Comments

@ajparsons
Copy link
Collaborator

Here is a set that worked for me (or at least gives the clue that installr isn't the right approach for linux.

In bash

# install devtools required packages
apt-get install libfontconfig1-dev libharfbuzz-dev libfribidi-dev libfreetype6-dev libpng-dev libtiff5-dev libjpeg-dev

In R prompt:

# install devtools and extractss from github
install.packages("devtools")
devtools::install_github("BlackThrive/extractss")
@CellyRanks CellyRanks added the documentation Improvements or additions to documentation label Mar 27, 2023
@CellyRanks CellyRanks self-assigned this Mar 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants