Skip to content

Commit

Permalink
Merge pull request #38 from pscollins/more-docs
Browse files Browse the repository at this point in the history
lkl: add Ubuntu installation instructions
  • Loading branch information
tavip committed Jan 19, 2016
2 parents 29ef11b + 075e008 commit e1d6267
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions Documentation/lkl.txt
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,21 @@ Building LKL on FreeBSD
$ cd tools/lkl
$ gmake

Building LKL on Ubuntu
-----------------------

$ sudo apt-get install libfuse-dev libarchive-dev xfsprogs

# Optional, if you would like to be able to run tests
$ sudo apt-get install btrfs-tools

$ cd tools/lkl
$ make

# To check that everything works:
$ cd ../..
$ make test


Building LKL for Windows
------------------------
Expand Down

0 comments on commit e1d6267

Please sign in to comment.