Repositories / jai.git

jai.git

Clone (read-only): git clone http://git.guha-anderson.com/git/jai.git

Branch

update installation instructions

Author
David Mazieres <dm@uun.org>
Date
2026-03-27 22:31:12 -0700
Commit
4d543bfafed06edc0cfe5021138c967095d0629f
INSTALL
index 87f5cc6..6406022 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1,22 +1,23 @@
 
-This software only runs on modern versions of linux, starting with
-linux 6.13.  It makes extensive use of non-portable
-file-descriptor-based mount calls and file system namespace
-facilities.
+To build and use jai, you will need the following:
 
-To get the software, run:
+ - A modern C++ compiler (tested with gcc 15 and clang 22)
 
-    git clone github.com:stanford-scs/jai.git
-    cd jai
+ - A modern version of Linux (kernel 6.13 and later should work)
 
-To build from git, you will need autoconf and automake:
+ - libmount (possible distro package names: util-linux-libs, libmount-dev)
+
+ - libacl (possible distro package names: acl, libacl1-dev)
+
+To build from building from a release tarball, run:
 
-    ./autogen.sh
     ./configure
     make
 
-If building from a release tarball, autotools are not required:
+To build from a git checkout, you will need autoconf, automake, and
+pandoc (to format the man page).  Run:
 
+    ./autogen.sh
     ./configure
     make