diff --git a/SetupComputer18.04.md b/SetupComputer18.04.md index d9af767..5c2a8dc 100644 --- a/SetupComputer18.04.md +++ b/SetupComputer18.04.md @@ -36,21 +36,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 ``` @@ -213,4 +198,4 @@ edit /etc/security/limits.conf add at the end: control soft memlock 200000 control hard memlock 200000 -``` +``` \ No newline at end of file