From f26971bb8b7ccb3bc9eb6852315fb02a600cc27f Mon Sep 17 00:00:00 2001 From: dreamsourcelabTAI Date: Mon, 27 Jun 2022 14:00:09 +0800 Subject: [PATCH] update: INSTALL file --- INSTALL | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/INSTALL b/INSTALL index 469e23de..1d20e741 100755 --- a/INSTALL +++ b/INSTALL @@ -27,11 +27,11 @@ Building and installing ----------------------- Step1: Installing the requirements: - please check your respective distro's package manager tool if you use other distros + Debian/Ubuntu: $ sudo apt install git gcc g++ make cmake qt5-default libglib2.0-dev libzip-dev zlib1g-dev \ - libusb-1.0-0-dev libboost-dev libfftw3-dev python3-dev libudev-dev + libusb-1.0-0-dev libboost-dev libfftw3-dev python3-dev libudev-dev pkg-config How to install qt on ubuntu? qt5: qt5-default,qtbase5-dev @@ -54,6 +54,14 @@ Mac: brew install g++ brew install make brew install cmake + brew install glib + brew install libusb + brew install boost + brew install fftw + brew install python3 + brew install libzip + brew install zlib + brew install pkg-config Step2: Get the DSView source code