... | ... | @@ -18,8 +18,29 @@ github - https://github.com/epics-base/epics-base |
|
|
|
|
|
## Установка deb пакета
|
|
|
|
|
|
Пакеты можно взять http://epics.nsls2.bnl.gov/debian/
|
|
|
github - https://github.com/epicsdeb/epics-base
|
|
|
готовые пакеты для bookworm(x86_64) и buster(arm)
|
|
|
```
|
|
|
cat >> /etc/apt/sources.list.d/skifrepo.list << EOF
|
|
|
deb [trusted=yes] https://star.inp.nsk.su/~bekhte/debian/ bookworm main
|
|
|
EOF
|
|
|
```
|
|
|
```
|
|
|
cat >> /etc/apt/sources.list.d/skifrepo.list << EOF
|
|
|
deb [trusted=yes] https://star.inp.nsk.su/~bekhte/debian/ buster main
|
|
|
EOF
|
|
|
```
|
|
|
|
|
|
сборка deb из исходником
|
|
|
|
|
|
```
|
|
|
git clone https://gitlab.inp.nsk.su/beam-diagnostics/epics-base-deb.git
|
|
|
git clone https://gitlab.inp.nsk.su/beam-diagnostics/autosave-deb.git
|
|
|
git clone https://gitlab.inp.nsk.su/beam-diagnostics/cs-studio-deb.git
|
|
|
git clone https://gitlab.inp.nsk.su/beam-diagnostics/phoebus-deb.git
|
|
|
|
|
|
cd ...
|
|
|
debuild -b -us -uc
|
|
|
```
|
|
|
|
|
|
## Установка rpm пакета
|
|
|
|
... | ... | @@ -53,4 +74,4 @@ make mock |
|
|
а переиспользовать из состава дистрибутива git. Для этого может быть полезен набор скриптов
|
|
|
оберток https://star.inp.nsk.su/~bekhte/git_cmd.git, установить в папку C:\Program Files\Git\cmd в
|
|
|
которую git при установке добавляет в путь. В дистрибутиве эпикса в папке startup есть скрипт win32.cmd
|
|
|
для сборки визуал студией. |
|
|
для сборки визуал студией(vs2008). |