Update PreparingDevelopmentEnvironmentCC8 authored by Luciano Orsini's avatar Luciano Orsini
......@@ -3,12 +3,15 @@ The following steps are can be followed to install a development CMSOS for CentO
1. Install a machine with CentOS8
2. Install prerequisistes RPMs
```
# dnf -y install gcc gcc-c++ git make patch which automake diffutils rpm-build cmake lftp rsync createrepo
# dnf -y install libuuid-devel numactl-devel glibc-common libtirpc-devel elfutils-devel cmake
# dnf -y --enablerepo=PowerTools install doxygen
```
3. Add the cmsos.repo file as follows
```
# cat > /etc/yum.repos.d/cmsos.repo
[cmsos-core]
name=cmsos-core
......@@ -21,8 +24,9 @@ name=cmsos-worksuite
baseurl=http://xdaq.web.cern.ch/repo/development/worksuite/master/cc8/x64/RPMS/
gpgcheck=0
enabled=1
```
Install cmsos software
# yum groupinstall cmsos_core cmsos_worksuite
\ No newline at end of file
`# yum groupinstall cmsos_core cmsos_worksuite`
\ No newline at end of file