update: INSTALL file

This commit is contained in:
dreamsourcelabTAI 2022-06-27 14:00:09 +08:00
parent f8e1aa1844
commit f26971bb8b

12
INSTALL
View File

@ -27,11 +27,11 @@ Building and installing
----------------------- -----------------------
Step1: Installing the requirements: Step1: Installing the requirements:
please check your respective distro's package manager tool if you use other distros please check your respective distro's package manager tool if you use other distros
Debian/Ubuntu: Debian/Ubuntu:
$ sudo apt install git gcc g++ make cmake qt5-default libglib2.0-dev libzip-dev zlib1g-dev \ $ 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? How to install qt on ubuntu?
qt5: qt5-default,qtbase5-dev qt5: qt5-default,qtbase5-dev
@ -54,6 +54,14 @@ Mac:
brew install g++ brew install g++
brew install make brew install make
brew install cmake 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 Step2: Get the DSView source code