Skip to content
Snippets Groups Projects
Commit 69239d6b authored by Stefano Pavinato's avatar Stefano Pavinato
Browse files

update old info

parent ece9543e
No related branches found
No related tags found
No related merge requests found
Pipeline #111928 passed with warnings with stages
in 3 minutes and 5 seconds
......@@ -18,34 +18,6 @@ git submodule update --init --recursive
```
Note: Submodules are not updated automatically.
For example, if you want to checkout a stable (tagged) version use:
```console
# checkout tag v1.4
git checkout v1.4
# update submodules
git submodule update
```
## Python scripts
In the folder *tools/* there are python scripts needed to generate
* SCUxx.iocsh files (in the folder *iocsh/*)
* SCUxxA.archive files (in the folder *tools/to_archive*)
```console
cd tools
# example for SCU01
python3 create_iocsh_file.py SCU01
python3 pvs_to_archive.py SCU01 A
```
In the folder *tools/* there is also a bash script that iterate the python
scripts according to the *.ini* files in the folder *tools/conf*
```console
cd tools
bash iterate_python_scripts
```
## History buffer
In the folder *tools/* there is python scripts needed to generate all
......@@ -67,9 +39,9 @@ python3 create_hb_files.py 256
```sh
$ make dep
require scu,1.0.0
require scu
< configured ...
STREAM_DEP_VERSION = 2.8.10
STREAM_DEP_VERSION = 2.8.22
```
## Installation
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment