Whamcloud - gitweb
LU-3709 mdt: CDT cleanup follow-on patch
[fs/lustre-release.git] / lustre / BUILDING
1 BUILDING LUSTRE
2 ---------------
3
4 You must already have a Lustre-patched kernel, which is outside of the
5 scope of this document.  For more information on this process, see the
6 web sites below.  Also consider downloading a pre-packaged Lustre
7 kernel and utilities from http://downloads.lustre.org/
8
9 To build:
10   sh autogen.sh
11   ./configure --with-linux=/usr/src/lustre_patched_kernel_tree
12   make
13
14 To play with Lustre:
15   cd tests
16   sh llmount.sh
17
18 To clean up:
19   sh llmountcleanup.sh
20
21 More information about Lustre:
22   http://www.lustre.org/
23
24 Feedback: 
25   lustre-discuss@lists.lustre.org
26
27 - The Lustre Team -