Browse Source

Update README.md

[ci skip]
master
probonopd 8 years ago
committed by GitHub
parent
commit
5f2d450c50
  1. 2
      README.md

2
README.md

@ -104,7 +104,7 @@ __CMake__ wants `DESTDIR` instead:
```
- cmake . -DCMAKE_INSTALL_PREFIX=/usr
- sudo make DESTDIR=appdir install ; sudo chown -R $USER appdir ; find appdir/
- make DESTDIR=appdir install ; find appdir/
```
Caution if you encounter

Loading…
Cancel
Save