Dev C++ For Deepin

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

Dev C For Deepin 10

  1. ########### TECLADO PT-BR ##########
  2. loadkeys br-abnt2
  3. ## Verificando UEFI
  4. ### CREATE & PARTITION THE DRIVE ###
  5. # lsblk (to check)
  6. ## BIOS - MBR ##
  7. => tipo DOS
  8. # Linux para / e home
  9. gravar
  10. --------------------------------
  11. cfdisk /dev/sda
  12. # Linux para / e home
  13. gravar
  14. ### FORMAT THE FILESYSTEM ###
  15. mkfs.fat -F32 /dev/sda1
  16. ## raiz /
  17. mount /dev/sdaX /mnt
  18. ## montando o home
  19. mkdir /mnt/home
  20. mkswap /dev/sdaY
  21. ## montando swap
  22. mkdir /mnt/boot
  23. mount /dev/sda1 /mnt/boot/efi
  24. --------------------------------
  25. ## BIOS ##
  26. ## raiz /
  27. mount /dev/sdaX /mnt
  28. ## montando o home
  29. mkdir /mnt/home
  30. mkswap /dev/sdaY
  31. # montando swap
  32. #############################
  33. #############################
  34. ping -c4 google.com
  35. # dhcpcd interface_rede
  36. ################################
  37. ################################
  38. # pacman -Sy
  39. # reflector --latest 10 --age 24 --protocol https --sort rate --save /etc/pacman.d/mirrorlist
  40. nano /etc/resolv.conf
  41. nameserver 8.8.4.4
  42. ## INSTALL ARCHLINUX BASE PACKAGES ##
  43. #####################################
  44. #####################################
  45. # genfstab -U -p /mnt >> /mnt/etc/fstab
  46. # arch-chroot /mnt /bin/bash
  47. ## CONFIGURE LANGUAGE AND LOCATION ##
  48. # nano /etc/locale.gen
  49. uncomment your locale:
  50. echo LANG=pt_BR.UTF-8 > /etc/locale.conf
  51. ########### TECLADO PT-BR ##########
  52. FONT=
  53. ## SET YOUR TIME ZONE ##
  54. # ln -s /usr/share/zoneinfo/America/Sao_Paulo /etc/localtime
  55. # hwclock --systohc --utc
  56. ## se der arquivo existente, basta remover => rm /etc/localtime
  57. ## CONFIGURE THE REPOSITORY ##
  58. [multilib] and
  59. ILoveCandy
  60. ## SET HOSTNAME & NETWORK ##
  61. # nano /etc/hosts (127.0.1.1 myhostname.localdomain myhostname)
  62. ## SET ROOT PASSWORD AND CREATE NEW USER ##
  63. # useradd -m -g users -G wheel -s /bin/bash yourname
  64. #############################################################################################
  65. ## ALLOW THE USERS IN WHEEL GROUP TO BE ABLE TO PREFORMANCE ADMINISTRATIVE TASKS WITH SUDO ##
  66. #############################################################################################
  67. # pacman -S nano
  68. nano /etc/sudoers
  69. %wheel ALL=(ALL)
  70. ##################################### Install util packages ??????????????????????
  71. pacman -S
  72. wpa_supplicant
  73. dosfstools
  74. networkmanager
  75. ## rtlwifi_new-extended-dkms --> driver wifi notebook
  76. ######################################
  77. ######################################
  78. ## pacman -S mkinitcpio linux ##
  79. # mkinitcpio -p linux
  80. --------------------------------------
  81. # grub-install /dev/sda
  82. # grub-mkconfig -o /boot/grub/grub.cfg
  83. --------------------------------------
  84. # pacman -S grub-efi-x86_64 efibootmgr intel-ucode (amd-ucode )
  85. ## montando UEFI /boot
  86. mkdir /boot/efi
  87. lsblk # to check if everything is mounted correctly
  88. # grub-install --target=x86_64-efi --efi-directory=/boot/efi --bootloader-id=Arch --recheck
  89. # grub-mkconfig -o /boot/grub/grub.cfg
  90. --------------------------------------
  91. # pacman -S os-prober
  92. ## UNMOUNT THE PARTITIONS AND REBOOT ##
  93. # umount -R /mnt
  94. ##################################### Config
  95. ### VIDEO DRIVER ###
  96. # sudo pacman -S virtualbox-guest-utils virtualbox-guest-modules-arch mesa mesa-libgl
  97. ## Nvidia ##
  98. # sudo pacman -S nvidia nvidia-settings nvidia-utils lib32-nvidia-utils opencl-nvidia lib32-opencl-nvidia
  99. ## AMD ##
  100. sudo pacman -S xf86-video-intel libgl mesa
  101. ## gnome-boxes ##
  102. #################
  103. #################
  104. # sudo pacman -S xorg-server xorg-xinit xorg-apps
  105. ### INSTALL A DESKTOP ENVIRONMENT ###
  106. # sudo pacman -S deepin deepin-extra xdg-user-dirs file-roller unrar fuseiso
  107. #############
  108. #############
  109. # sudo pacman -S alsa-utils pavucontrol pulseaudio-alsa alsa-firmware alsa-plugins pulseaudio
  110. ### INSTALL A DISPLAY MANAGER ###
  111. ######### sudo systemctl enable NetworkManager.service
  112. # Reboot
  113. #########################
  114. #########################
  115. # fallocate -l 4G /swapfile
  116. # chmod 600 /swapfile
  117. # mkswap /swapfile
  118. # echo '/swapfile none swap sw 0 0' | tee -a /etc/fstab
  119. #########################
  120. #########################
  121. ## Bluetooth ##
  122. # sudo pacman -S bluez blueman bluez-utils pulseaudio-bluetooth
  123. # sudo modeprobe btusb
  124. # sudo systemctl enable bluetooth && sudo systemctl start bluetooth
  125. -------------------------------------------------------
  126. # pacman -S ghostscript cups gsfonts gutenprint libcups hplip system-config-printer
  127. # systemctl start org.cups.cupsd.service
  128. -------------------------------------------------------
  129. # pacman -S gufw
  130. # ufw enable
  131. -------------------------------------------------------
  132. pacman -S acpi acpid xf86-input-synaptics
  133. -------------------------------------------------------
  134. sudo pacman -S git go
  135. cd yay &&
  136. # echo -e '[archlinuxfr]nSigLevel = NevernServer=http://repo.archlinux.fr/$arch' >> /etc/pacman.conf
  137. -------------------------------------------------------
  138. #########################
  139. #########################
  140. ## FIX EFI bootloader Virtualbox ##
  141. After that, copy GRUB bootloader to this directory and give it a different name:
  142. sudo cp /boot/efi/EFI/GRUB/grubx64.efi /boot/efi/EFI/BOOT/BOOTX64.EFI
  143. To be even safer, we can also create a startup script for EFI:
  144. sudo nano /boot/efi/startup.nsh
  145. In Nano editor, add these lines:
  146. bcfg boot add 1 fs0:EFIGRUBgrubx64.efi 'My GRUB bootloader'
  147. # pacman -S xdg-user-dirs
  148. # localectl set-x11-keymap br abnt2
  149. ## net applet ##
  150. pacman -S virtualbox-host-modules-arch
  151. ## lightdm ##
  152. nano /etc/lightdm/lightdm.conf
  153. greeter-session=lightdm-deepin-greeter
  154. systemctl start lightdm.service
  155. ## driver vesa ##
  156. ##################################### systemd target
  157. systemctl set-default graphical.target
  158. ## texto ##
  159. #####################################