Skip to content
Snippets Groups Projects
Commit 6ba7cd47 authored by Marek Vavruša's avatar Marek Vavruša
Browse files

build: updated readme

parent 0e4d21fd
Branches
Tags
No related merge requests found
......@@ -36,10 +36,9 @@ You can avoid rebuilding dependencies by specifying `BUILD_IGNORE` variable, see
for example. Usually you only really need to rebuild `libknot`.
```
$ FAKEROOT="${HOME}/.local"
$ ./scripts/bootstrap-depends.sh ${FAKEROOT}
$ export LDFLAGS="-L${FAKEROOT}/lib"
$ export FAKEROOT="${HOME}/.local"
$ export PKG_CONFIG_PATH="${FAKEROOT}/lib/pkgconfig"
$ ./scripts/bootstrap-depends.sh ${FAKEROOT}
$ make
$ make check
```
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment