In Ubuntu 18.04 the QtCreator examples and API docs missing, This is my way to solve this problem, should apply to almost every Ubuntu release. Long, thorough, detailed review of Deepin 15.4, a Chinese Debian-based distribution, covering live session, installation in a dual-boot setup, and post-install use, including numerous initial boot problems, look & feel, networking - Wireless connectivity, Bluetooth, Samba sharing, Samba and Wireless printing, smartphone support - Ubuntu Phone and Windows Phone, partitions and slideshow, Deepin. Jul 27, 2017 Build Deepin Boot Maker mkdir build cd build qmake -r. Make Windows Platform Development Environment. Windows 10 64bit; Microsoft Visual C 2017.
Dev C For Deepin Windows 10
Dev C For Deepin 10
- ########### TECLADO PT-BR ##########
- loadkeys br-abnt2
- ## Verificando UEFI
- ### CREATE & PARTITION THE DRIVE ###
- # lsblk (to check)
- ## BIOS - MBR ##
- => tipo DOS
- # Linux para / e home
- gravar
- --------------------------------
- cfdisk /dev/sda
- # Linux para / e home
- gravar
- ### FORMAT THE FILESYSTEM ###
- mkfs.fat -F32 /dev/sda1
- ## raiz /
- mount /dev/sdaX /mnt
- ## montando o home
- mkdir /mnt/home
- mkswap /dev/sdaY
- ## montando swap
- mkdir /mnt/boot
- mount /dev/sda1 /mnt/boot/efi
- --------------------------------
- ## BIOS ##
- ## raiz /
- mount /dev/sdaX /mnt
- ## montando o home
- mkdir /mnt/home
- mkswap /dev/sdaY
- # montando swap
- #############################
- #############################
- ping -c4 google.com
- # dhcpcd interface_rede
- ################################
- ################################
- # pacman -Sy
- # reflector --latest 10 --age 24 --protocol https --sort rate --save /etc/pacman.d/mirrorlist
- nano /etc/resolv.conf
- nameserver 8.8.4.4
- ## INSTALL ARCHLINUX BASE PACKAGES ##
- #####################################
- #####################################
- # genfstab -U -p /mnt >> /mnt/etc/fstab
- # arch-chroot /mnt /bin/bash
- ## CONFIGURE LANGUAGE AND LOCATION ##
- # nano /etc/locale.gen
- uncomment your locale:
- echo LANG=pt_BR.UTF-8 > /etc/locale.conf
- ########### TECLADO PT-BR ##########
- FONT=
- ## SET YOUR TIME ZONE ##
- # ln -s /usr/share/zoneinfo/America/Sao_Paulo /etc/localtime
- # hwclock --systohc --utc
- ## se der arquivo existente, basta remover => rm /etc/localtime
- ## CONFIGURE THE REPOSITORY ##
- [multilib] and
- ILoveCandy
- ## SET HOSTNAME & NETWORK ##
- # nano /etc/hosts (127.0.1.1 myhostname.localdomain myhostname)
- ## SET ROOT PASSWORD AND CREATE NEW USER ##
- # useradd -m -g users -G wheel -s /bin/bash yourname
- #############################################################################################
- ## ALLOW THE USERS IN WHEEL GROUP TO BE ABLE TO PREFORMANCE ADMINISTRATIVE TASKS WITH SUDO ##
- #############################################################################################
- # pacman -S nano
- nano /etc/sudoers
- %wheel ALL=(ALL)
- ##################################### Install util packages ??????????????????????
- pacman -S
- wpa_supplicant
- dosfstools
- networkmanager
- ## rtlwifi_new-extended-dkms --> driver wifi notebook
- ######################################
- ######################################
- ## pacman -S mkinitcpio linux ##
- # mkinitcpio -p linux
- --------------------------------------
- # grub-install /dev/sda
- # grub-mkconfig -o /boot/grub/grub.cfg
- --------------------------------------
- # pacman -S grub-efi-x86_64 efibootmgr intel-ucode (amd-ucode )
- ## montando UEFI /boot
- mkdir /boot/efi
- lsblk # to check if everything is mounted correctly
- # grub-install --target=x86_64-efi --efi-directory=/boot/efi --bootloader-id=Arch --recheck
- # grub-mkconfig -o /boot/grub/grub.cfg
- --------------------------------------
- # pacman -S os-prober
- ## UNMOUNT THE PARTITIONS AND REBOOT ##
- # umount -R /mnt
- ##################################### Config
- ### VIDEO DRIVER ###
- # sudo pacman -S virtualbox-guest-utils virtualbox-guest-modules-arch mesa mesa-libgl
- ## Nvidia ##
- # sudo pacman -S nvidia nvidia-settings nvidia-utils lib32-nvidia-utils opencl-nvidia lib32-opencl-nvidia
- ## AMD ##
- sudo pacman -S xf86-video-intel libgl mesa
- ## gnome-boxes ##
- #################
- #################
- # sudo pacman -S xorg-server xorg-xinit xorg-apps
- ### INSTALL A DESKTOP ENVIRONMENT ###
- # sudo pacman -S deepin deepin-extra xdg-user-dirs file-roller unrar fuseiso
- #############
- #############
- # sudo pacman -S alsa-utils pavucontrol pulseaudio-alsa alsa-firmware alsa-plugins pulseaudio
- ### INSTALL A DISPLAY MANAGER ###
- ######### sudo systemctl enable NetworkManager.service
- # Reboot
- #########################
- #########################
- # fallocate -l 4G /swapfile
- # chmod 600 /swapfile
- # mkswap /swapfile
- # echo '/swapfile none swap sw 0 0' | tee -a /etc/fstab
- #########################
- #########################
- ## Bluetooth ##
- # sudo pacman -S bluez blueman bluez-utils pulseaudio-bluetooth
- # sudo modeprobe btusb
- # sudo systemctl enable bluetooth && sudo systemctl start bluetooth
- -------------------------------------------------------
- # pacman -S ghostscript cups gsfonts gutenprint libcups hplip system-config-printer
- # systemctl start org.cups.cupsd.service
- -------------------------------------------------------
- # pacman -S gufw
- # ufw enable
- -------------------------------------------------------
- pacman -S acpi acpid xf86-input-synaptics
- -------------------------------------------------------
- sudo pacman -S git go
- cd yay &&
- # echo -e '[archlinuxfr]nSigLevel = NevernServer=http://repo.archlinux.fr/$arch' >> /etc/pacman.conf
- -------------------------------------------------------
- #########################
- #########################
- ## FIX EFI bootloader Virtualbox ##
- After that, copy GRUB bootloader to this directory and give it a different name:
- sudo cp /boot/efi/EFI/GRUB/grubx64.efi /boot/efi/EFI/BOOT/BOOTX64.EFI
- To be even safer, we can also create a startup script for EFI:
- sudo nano /boot/efi/startup.nsh
- In Nano editor, add these lines:
- bcfg boot add 1 fs0:EFIGRUBgrubx64.efi 'My GRUB bootloader'
- # pacman -S xdg-user-dirs
- # localectl set-x11-keymap br abnt2
- ## net applet ##
- pacman -S virtualbox-host-modules-arch
- ## lightdm ##
- nano /etc/lightdm/lightdm.conf
- greeter-session=lightdm-deepin-greeter
- systemctl start lightdm.service
- ## driver vesa ##
- ##################################### systemd target
- systemctl set-default graphical.target
- ## texto ##
- #####################################