We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d0f172 commit 7e22d5eCopy full SHA for 7e22d5e
.testspace.xml
@@ -6,7 +6,8 @@
6
</attributes>
7
<suite name="Install.prerequisites" state="1" id=".sh" description="**Install** system prerequisites ">
8
<attributes>
9
- <![CDATA[# install standard system and development tools
+ <![CDATA[sudo apt-get update
10
+# install standard system and development tools
11
sudo apt-get install wget unzip python make g++
12
# install GNU autotools
13
sudo apt-get install cmake
0 commit comments