From a5c3e7b8b697783d3417f1f340376cfa49c899bf Mon Sep 17 00:00:00 2001 From: Mrt134 Date: Tue, 2 Aug 2016 10:53:14 -0400 Subject: [PATCH] Update qt5 required modules and github links - Removed two qt5 modules which are no longer required to build sysadm. - Updated github links to reflect migration from PC-BSD to TrueOS. --- docs/basics.rst | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/basics.rst b/docs/basics.rst index 84e1c0f..ff28939 100644 --- a/docs/basics.rst +++ b/docs/basics.rst @@ -4,7 +4,7 @@ Getting Started =============== Beginning with SysAdm™ is a relatively simple process. -SysAdm™ files are currently available from the `github repository `_ +SysAdm™ files are currently available from the `github repository `_ .. _building: @@ -17,14 +17,12 @@ SysAdm™: :: Qt5 Core (# pkg install qt5-core) Qt5 Concurrent (# pkg install qt5-concurrent) - Qt5 Network (# pkg install qt-network) - Qt5 Sql (# pkg install qt5-sql) Qt5 Websockets (# pkg install qt5-websockets) Building the prototype version of SysAdm™ assumes you have access to github.com. :: - % git clone https://github.com/pcbsd/sysadm.git + % git clone https://github.com/trueos/sysadm.git % cd sysadm/src % /usr/local/lib/qt5/bin/qmake -recursive % make && sudo make install