Update README.md

This commit is contained in:
abraunegg 2018-10-13 05:27:49 +11:00 committed by GitHub
parent ba453d3ef1
commit d9e10799ce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -81,8 +81,8 @@ sudo pacman -S curl sqlite dmd
```
sudo apt-get install libcurl4-openssl-dev
sudo apt-get install libsqlite3-dev
wget https://github.com/ldc-developers/ldc/releases/download/v1.10.0/ldc2-1.10.0-linux-armhf.tar.xz
tar -xvf ldc2-1.10.0-linux-armhf.tar.xz
wget https://github.com/ldc-developers/ldc/releases/download/v1.11.0/ldc2-1.11.0-linux-armhf.tar.xz
tar -xvf ldc2-1.11.0-linux-armhf.tar.xz
```
### Dependencies: Debian (ARM64)
@ -138,7 +138,7 @@ sudo make install
```
git clone https://github.com/abraunegg/onedrive.git
cd onedrive
make DC=~/ldc2-1.10.0-linux-armhf/bin/ldmd2
make DC=~/ldc2-1.11.0-linux-armhf/bin/ldmd2
sudo make install
```