Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
en:general_information:qt_creator [2018/01/08 13:40] h_fitzeen:general_information:qt_creator [2022/08/04 15:02] (current) – external edit 127.0.0.1
Line 9: Line 9:
  
 === Install python devel packages === === Install python devel packages ===
- - Update Packetmanager +  - Update Packetmanager <code bash>sudo apt-get update</code> 
-<code bash>sudo apt-get update</code> +  - Install python devel packages <code bash>sudo apt-get install python-dev</code>
-  - Install python devel packages +
-<code bash>sudo apt-get install python-dev</code>+
  
  
Line 45: Line 43:
  
 === Ubuntu packetmanager installation === === Ubuntu packetmanager installation ===
-  - Update Packetmanager +  - Update Packetmanager <code bash>sudo apt-get update</code> 
-<code bash>sudo apt-get update</code> +  - Install Qt Creator <code bash>sudo apt-get install qtcreator</code>
-  - Install Qt Creator +
-<code bash>sudo apt-get install qtcreator</code>+
  
 ---- ----
  • Last modified: 2022/08/04 15:04