YELLOW="\e[1;33m"
ENDCOLOR="\e[m"
echo -e "${YELLOW}[Begin to install Qt Creator 4.5.2 & Qt 5.9.5]${ENDCOLOR}"
echo -e "${YELLOW}[Update the package lists]${ENDCOLOR}"
sudo apt update -y
echo -e "${YELLOW}[Install the packages]${ENDCOLOR}"
sudo apt install -y build-essential
sudo apt install -y qtcreator
sudo apt install -y qt5-default
echo -e "${YELLOW}[Install the documents and examples]${ENDCOLOR}"
sudo apt install -y qt5-doc
sudo apt install -y qt5-doc-html qtbase5-doc-html
sudo apt install -y qtbase5-examples
echo -e "${YELLOW}[Installation completed]${ENDCOLOR}"
bash ./qtcreator_install.sh
View the slide with "Slide Mode".
Jul 20, 2022VS Code Installation on Ubuntu 18.04 The following scripts can be written to a bash file named "vscode_install.sh". YELLOW="\e[1;33m" ENDCOLOR="\e[m" echo -e "${YELLOW}[Begin to install VS CODE]${ENDCOLOR}" echo -e "${YELLOW}[Add key and source list of vscode to apt]${ENDCOLOR}"
Jul 19, 2022OpenCV introduction Reference https://opencv.org/releases/ https://docs.opencv.org/4.6.0/ Environment Setup https://hackmd.io/4TXk4tknSMmlW77bZCzZtA#Additional-Environment-Setup-If-Required
Jun 28, 2022Item Detail Remark 格式 首要任務:下載研討會或期刊規定格式。 雖說萬事起頭難,但這步驟一點都不難,就跟使用計算機前先按下開關一樣簡單。 流水號 章節、圖、表、方程式、參考文獻 。
Jun 28, 2022or
By clicking below, you agree to our terms of service.
New to HackMD? Sign up