Drop svnlite instructions in favor of git
While FreeBSD 12 sources are still available via Subversion, users are better off using git as it is the source of truth.
This commit is contained in:
committed by
George Melikov
parent
e626e252e4
commit
f8a3542b58
@@ -31,12 +31,12 @@ The following dependencies are required to build OpenZFS on FreeBSD:
|
||||
|
||||
- FreeBSD sources in /usr/src or elsewhere specified by SYSDIR in env.
|
||||
If you don't have the sources installed you can install them with
|
||||
svnlite.
|
||||
git.
|
||||
|
||||
Install source For FreeBSD 12:
|
||||
::
|
||||
|
||||
svnlite checkout https://svn.freebsd.org/base/stable/12 /usr/src
|
||||
git clone -b stable/12 https://git.FreeBSD.org/src.git /usr/src
|
||||
|
||||
Install source for FreeBSD Current:
|
||||
::
|
||||
|
||||
Reference in New Issue
Block a user