Skip to content
Snippets Groups Projects
Commit d14693c9 authored by Whitney Armstrong's avatar Whitney Armstrong
Browse files

modified: bin/bootstrap_epics

parent fdd1a5d2
No related merge requests found
...@@ -78,10 +78,15 @@ set -- "${POSITIONAL[@]}" # restore positional parameters ...@@ -78,10 +78,15 @@ set -- "${POSITIONAL[@]}" # restore positional parameters
#fi #fi
#cd "${NAME}" #cd "${NAME}"
#source setup.sh source setup.sh
#lsb_release -d | grep -i "ubuntu" #lsb_release -d | grep -i "ubuntu"
#
#if [[ "$?" == "0" ]] ; then #if [[ "$?" == "0" ]] ; then
# sudo apt-get install -y re2c libreadline-dev libusb-dev libusb-java libusb-1.0-0-dev libnet1-dev libpcap-dev libx11-dev libxext-dev python-numpy # sudo apt-get install -y \
# re2c libreadline-dev libusb-dev \
# libusb-java libusb-1.0-0-dev libnet1-dev \
# libpcap-dev libx11-dev libxext-dev python-numpy
# if [[ "$(uname -m)" == "aarch64" ]] ; then # if [[ "$(uname -m)" == "aarch64" ]] ; then
# sudo apt-get install -y python-rpi.gpio python3-rpi.gpio # sudo apt-get install -y python-rpi.gpio python3-rpi.gpio
# fi # fi
...@@ -123,14 +128,15 @@ set -- "${POSITIONAL[@]}" # restore positional parameters ...@@ -123,14 +128,15 @@ set -- "${POSITIONAL[@]}" # restore positional parameters
#echo '#ADSIMDETECTOR=$(AREA_DETECTOR)/ADSimDetector' >> configure/RELEASE #echo '#ADSIMDETECTOR=$(AREA_DETECTOR)/ADSimDetector' >> configure/RELEASE
#echo '#SNCSEQ=$(SUPPORT)/seq-2-2-5' >> configure/RELEASE #echo '#SNCSEQ=$(SUPPORT)/seq-2-2-5' >> configure/RELEASE
#echo '#ALLEN_BRADLEY=$(SUPPORT)/allenBradley-2-3' >> configure/RELEASE #echo '#ALLEN_BRADLEY=$(SUPPORT)/allenBradley-2-3' >> configure/RELEASE
#
#make release #make release
#make #make
# #
#popd #popd
######################
# Extensions # Extensions
#git clone https://github.com/epics-extensions/extensions git clone https://github.com/epics-extensions/extensions
pushd extensions/src pushd extensions/src
git clone https://github.com/mdavidsaver/pyDevSup.git git clone https://github.com/mdavidsaver/pyDevSup.git
...@@ -150,7 +156,6 @@ sed -i '127iDIRS += $(PYDEVSUP)' src/Makefile ...@@ -150,7 +156,6 @@ sed -i '127iDIRS += $(PYDEVSUP)' src/Makefile
sed -i '26d' src/pyDevSup/configure/CONFIG_SITE sed -i '26d' src/pyDevSup/configure/CONFIG_SITE
sed -i '26iINSTALL_LOCATION=/opt/epics/extensions' src/pyDevSup/configure/CONFIG_SITE sed -i '26iINSTALL_LOCATION=/opt/epics/extensions' src/pyDevSup/configure/CONFIG_SITE
make make
popd popd
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment