Update FreeBSD install instructions

Default version if python 3.8 now, and remove an excess \
This commit is contained in:
Allan Jude
2021-10-02 15:11:58 -04:00
committed by George Melikov
parent cfa01ddfe8
commit 9a6ab5f317

View File

@@ -51,13 +51,13 @@ The following dependencies are required to build OpenZFS on FreeBSD:
automake \ automake \
autotools \ autotools \
git \ git \
gmake \ gmake
- Optional packages for build: - Optional packages for build:
:: ::
pkg install python37 # or your preferred Python version pkg install python38 # or your preferred Python version
pkg install py37-sysctl # needed for arcstat, arc_summary, dbufstat pkg install py38-sysctl # needed for arcstat, arc_summary, dbufstat
- Packages for checks and tests: - Packages for checks and tests:
:: ::
@@ -70,8 +70,8 @@ The following dependencies are required to build OpenZFS on FreeBSD:
hs-ShellCheck \ hs-ShellCheck \
ksh93 \ ksh93 \
pamtester \ pamtester \
py37-flake8 \ py38-flake8 \
python37 \ python38 \
sudo sudo
Your preferred python version may be substituted. The user for Your preferred python version may be substituted. The user for