... | @@ -151,6 +151,16 @@ The compilation process looks like: |
... | @@ -151,6 +151,16 @@ The compilation process looks like: |
|
source env.sh
|
|
source env.sh
|
|
make
|
|
make
|
|
```
|
|
```
|
|
|
|
|
|
|
|
# Compiling W-DATA library and visit plugin (optional)
|
|
|
|
It is recommended to generate a library for w-data managing format:
|
|
|
|
```bash
|
|
|
|
cd lib-wdata/
|
|
|
|
make libs
|
|
|
|
```
|
|
|
|
Visit plugin is located in [lib-wdata/visit-plugin](https://gitlab.fizyka.pw.edu.pl/gabrielw/wslda/-/tree/public/lib-wdata/visit-plugin).
|
|
|
|
Follow instruction from [README.txt](https://gitlab.fizyka.pw.edu.pl/gabrielw/wslda/-/tree/public/lib-wdata/visit-plugin/README.txt) file to install it.
|
|
|
|
|
|
# Compiling auxiliary tools (optional)
|
|
# Compiling auxiliary tools (optional)
|
|
In folder [tools](https://gitlab.fizyka.pw.edu.pl/gabrielw/wslda/-/tree/public/tools) we provide various useful tools. See [here](Auxiliary tools) for list of presently available tools. In order to compile them, edit `Makefile` and execute `make`. After compilation binary files will be stored in `wslda/tools/bin`.
|
|
In folder [tools](https://gitlab.fizyka.pw.edu.pl/gabrielw/wslda/-/tree/public/tools) we provide various useful tools. See [here](Auxiliary tools) for list of presently available tools. In order to compile them, edit `Makefile` and execute `make`. After compilation binary files will be stored in `wslda/tools/bin`.
|
|
|
|
|
... | | ... | |