Private
Public Access
11
1

remove NeXus library

2022-11-11 17:32:26 +01:00
parent a38884ba59
commit b83f33170c

@@ -54,21 +54,6 @@ sudo cp ~/work/stxm/SystemInstall/epics-64.conf /etc/ld.so.conf.d
sudo ldconfig
```
- Compile Nexus Library
```
mkdir ~/BaseSystem
cd ~/BaseSystem/
# get latest Version of Nexus
wget https://github.com/nexusformat/code/archive/master.zip
unzip master.zip
mv code-master nexus
cd nexus
cmake -DENABLE_CXX=1 .
make
sudo make install
```
- Install Intens
```