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
ubuntu
from https://stackoverflow.com/questions/17473547/error-with-readline-yes-default-and-headers-libs-are-not-available
sudo apt-get install build-essential sudo apt-get install fort77 sudo apt-get install xorg-dev sudo apt-get install liblzma-dev libblas-dev gfortran sudo apt-get install gcc-multilib sudo apt-get install gobjc++ sudo apt-get install aptitude sudo aptitude install libreadline-dev
from https://github.com/Jiefei-Wang/Painless-R-compilation-and-installation-on-Ubuntu Complete
sudo apt-get install build-essential fort77 xorg-dev liblzma-dev libblas-dev gfortran -y sudo apt-get install gcc-multilib gobjc++ aptitude -y sudo apt-get install libreadline-dev -y sudo apt-get install libbz2-dev -y sudo apt-get install libpcre2-dev -y sudo apt-get install libcurl4 libcurl4-openssl-dev -y sudo apt-get install default-jre -y #optional if already have sudo apt-get install default-jdk -y #optional if already have sudo apt-get install openjdk-8-jdk openjdk-8-jre -y #optional if already have
The text was updated successfully, but these errors were encountered:
No branches or pull requests
from https://stackoverflow.com/questions/17473547/error-with-readline-yes-default-and-headers-libs-are-not-available
from https://github.com/Jiefei-Wang/Painless-R-compilation-and-installation-on-Ubuntu
Complete
The text was updated successfully, but these errors were encountered: