Guest User

Untitled

a guest
Jul 22nd, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. sudo apt-get install build-essential
  2.  
  3. sudo apt-get install qtcreator
  4.  
  5. sudo apt-get install qt5-default
  6.  
  7.  
  8. # Install documentation and examples
  9.  
  10. //If Qt Creator is installed thanks to the Ubuntu Sofware Center or thanks to the synaptic package manager, documentation for Qt Creator is not installed. Hitting the F1 key will show you the following message : “No documentation available”. This can easily be solved by installing the Qt documentation:
  11.  
  12.  
  13.  
  14.  
  15. sudo apt-get install qt5-doc
  16.  
  17. sudo apt-get install qt5-doc-html qtbase5-doc-html
  18.  
  19. sudo apt-get install qtbase5-examples
Add Comment
Please, Sign In to add comment