Skip to content
Snippets Groups Projects
Commit 1804c702 authored by Patrick Robbe's avatar Patrick Robbe
Browse files

Improve setup script

parent 5a62b350
No related branches found
No related tags found
No related merge requests found
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
export PYTHONPATH=${PYTHONPATH}:${DIR}/../Python
export LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:${DIR}/../Pcie40Libraries/lib:${DIR}/../Pcie40DriverLibraries
export PATH=${PATH}:${DIR}/../Pcie40Applications
export PYTHONPATH=${DIR}/../Python:${PYTHONPATH}
export LD_LIBRARY_PATH=${DIR}/../Pcie40Libraries/lib:${DIR}/../Pcie40DriverLibraries:${LD_LIBRARY_PATH}
export PATH=${DIR}/../Pcie40Applications:${PATH}
export PCIE40_DRIVER_DIR=${DIR}/../Pcie40Driver
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