Changes between Version 23 and Version 24 of Prerequisites
- Timestamp:
- Aug 6, 2018, 11:58:36 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Prerequisites
v23 v24 31 31 If you're not root, or under a superuser, make sure to preface the aptitude commands with "sudo". 32 32 {{{ 33 apt-get update 33 34 apt-get install xmlstarlet 34 35 apt-get install lib32gcc1 35 36 apt-get install lib32stdc++6 37 apt-get install make 38 apt-get install gcc 36 39 }}} 37 40