Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

install Qt5 ubuntu 20.04

sudo apt-get install build-essential
sudo apt-get install qtcreator
sudo apt-get install qt5-default
Comment

install qt creator ubuntu 20.04

sudo apt install qtcreator

#Of course, that is the only way to install the IDE, but if we do not install the necessary libraries and compilers,
#it will not do us any good. So, install them.
sudo apt install build-essential

#f you have multiple versions of Qt, you probably want 5 to be the default QTCreator version to use.
#To do this, install the following package.
sudo apt install qt-5 defaut

#Then we can begin to develop. However, it is convenient to install the QT documentation and
#its examples to help the development.
sudo apt install qt5-doc qt5-doc-html qtbase5-doc-html qtbase5-examples
Comment

PREVIOUS NEXT
Code Example
Shell :: git change master to main 
Shell :: how to speedtest on bash 
Shell :: delete postmaster.pid mac 
Shell :: count files recursively linux 
Shell :: set new url for git 
Shell :: Update submodules 
Shell :: restart network service kali 
Shell :: install snap fedora 
Shell :: pip install scraperapiclient 
Shell :: Error loading webview: Error: Could not register service workers: InvalidStateError: Failed to register a ServiceWorker: The document is in an invalid state 
Shell :: uninstall zoom command line 
Shell :: gitigore rm cache 
Shell :: install composer ubuntu 
Shell :: Failed to download metadata for repo ‘AppStream’ 
Shell :: install docker raspberry 
Shell :: number of files in subdirectories linux 
Shell :: raspberry pi set wifi headless 
Shell :: install glibc 
Shell :: flutter web run in release mode 
Shell :: pip install fails with connection error ssl 
Shell :: gensim install 
Shell :: ffmpeg convert mov to mp4 
Shell :: clear ram linux 
Shell :: blackeye github 
Shell :: mongodb shell query last document 
Shell :: Could not install from "HussainAppDataRoaming pm-cache\_npx15208" as it does not contain a package.json file. 
Shell :: install jq on ubunut 
Shell :: install rspec globally 
Shell :: git eliminar rama local 
Shell :: kubectl scale --replicas to 0 
ADD CONTENT
Topic
Content
Source link
Name
6+9 =