Skip to content

Commit

Permalink
Merge pull request torvalds#213 from opurdila/fix-build-readme
Browse files Browse the repository at this point in the history
lkl: update build documentation
  • Loading branch information
Octavian Purdila authored Aug 24, 2016
2 parents b4e94fe + 7712121 commit 1d51bd8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Documentation/lkl.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ The supported hosts for now are POSIX and Windows userspace applications.
Building LKL, the host library and LKL based tools
==================================================

$ make tools/lkl
$ make -C tools/lkl

will build LKL as a object file, it will install it in tools/lkl/lib together
with the headers files in tools/lkl/include then will build the host library,
Expand Down Expand Up @@ -56,7 +56,7 @@ Building LKL on FreeBSD
#Prefer ports binutils and GNU bc(1):
$ export PATH=/sbin:/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/usr/lib64/ccache

$ gmake tools/lkl
$ gmake -C tools/lkl

Building LKL on Ubuntu
-----------------------
Expand All @@ -66,7 +66,7 @@ Building LKL on Ubuntu
# Optional, if you would like to be able to run tests
$ sudo apt-get install btrfs-tools

$ make tools/lkl
$ make -C tools/lkl

# To check that everything works:
$ cd tools/lkl
Expand Down

0 comments on commit 1d51bd8

Please sign in to comment.