Update README.md (#413)

* Update install procedure for ARM64 with latest LDC 1.14.0 AARCH64
This commit is contained in:
Boia11 2019-03-14 01:36:33 +01:00 committed by abraunegg
parent c98d096f25
commit 659283d7f9

View file

@ -136,8 +136,8 @@ sudo apt install libnotify-dev
sudo apt-get install libcurl4-openssl-dev
sudo apt-get install libsqlite3-dev
sudo apt-get install libxml2
wget https://github.com/ldc-developers/ldc/releases/download/v1.13.0/ldc2-1.13.0-linux-aarch64.tar.xz
tar -xvf ldc2-1.13.0-linux-aarch64.tar.xz
wget https://github.com/ldc-developers/ldc/releases/download/v1.14.0/ldc2-1.14.0-linux-aarch64.tar.xz
tar -xvf ldc2-1.14.0-linux-aarch64.tar.xz
```
For notifications the following is necessary:
```text
@ -216,7 +216,7 @@ sudo make install
```text
git clone https://github.com/abraunegg/onedrive.git
cd onedrive
make DC=~/ldc2-1.13.0-linux-aarch64/bin/ldmd2
make DC=~/ldc2-1.14.0-linux-aarch64/bin/ldmd2
sudo make install
```