Skip to content

Commit

Permalink
Merge branch 'master' of github.com:jennybc/operation-chromebook
Browse files Browse the repository at this point in the history
  • Loading branch information
jennybc committed Jan 27, 2018
2 parents 3216818 + 5b0dc35 commit f0a36af
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
@@ -1,5 +1,7 @@
# operation-chromebook

How I set up some Chromebooks for Minecraft and light R use.

### Hardware

* HP Chromebook 11 G4 EE: Intel Celeron N2840 Dual Core, 11.6" Screen, 4GB RAM, 16GB Internal Storage. Bought for $210 CDN each at [Mike's Computer Shop](https://www.mikescomputershop.com/product/6961387).
Expand Down Expand Up @@ -122,14 +124,17 @@ sudo apt-mark hold libgstreamer0.10
sudo apt-mark showhold
```

You'll grdaully discover you need to manually install various libraries as you install and use more packages. So far I've done:
You'll gradually discover you need to manually install various libraries as you install and use more packages. So far I've done:

```sh
sudo apt-get install libjpeg62
sudo apt-get install libxslt1-dev
sudo apt-get install libssl-dev
sudo apt-get install libcurl4-openssl-dev
sudo apt-get install libssh2-1-dev
sudo apt-get install pandoc
sudo apt-get install texlive-latex-base
sudo apt-get install qpdf
```

Download RStudio IDE daily build and install. This version number will be a moving target, so go to the [download page for the dailies](https://dailies.rstudio.com) to see what's the latest (just look at the line of buttons across the top).
Expand Down

0 comments on commit f0a36af

Please sign in to comment.