diff --git a/README.md b/README.md index a9e5ad6..c3d74b6 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,12 @@ check. ### 2. Prepare the OS environment +#### 2.0 Download FreeBSD source +After cloning the repository, you will need to download FreeBSD 13.1 source and place it under `sysroot-src` +``` +git clone --depth=1 --branch release/13.1.0 https://github.com/freebsd/freebsd-src.git sysroot-src +``` + You may either use the sysroot or jail method to get your environment running. #### 2.1 Sysroot (Method 1) @@ -46,6 +52,7 @@ scons llvm ### 4. Build the system and associated tests ``` +(cd lib/Pass && cmake . && make) scons ```