Changes between Version 16 and Version 17 of GettingStarted
- Timestamp:
- Jan 5, 2016, 11:39:43 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GettingStarted
v16 v17 16 16 17 17 == Compilation, installation of PACPUS framework == 18 19 You need to have the write rights in /opt folder. If not you can create the pacpus folder manually and change the rights: 20 21 {{{ 22 sudo mkdir /opt/pacpus 23 sudo chown $USER /opt/pacpus 24 }}} 18 25 19 26 Then we will get the code and compile it.