Skip to content
Snippets Groups Projects
Commit 1ae8d3cf authored by ben.franksen's avatar ben.franksen
Browse files

configure: INSTALL_LOCATION_APP->INSTALL_LOCATION

parent 8e696150
No related branches found
No related tags found
No related merge requests found
...@@ -9,7 +9,7 @@ PVKTL = FALSE ...@@ -9,7 +9,7 @@ PVKTL = FALSE
#CROSS_COMPILER_TARGET_ARCHS = vxWorks-68040 #CROSS_COMPILER_TARGET_ARCHS = vxWorks-68040
# To install somewhere other than $(TOP) set this: # To install somewhere other than $(TOP) set this:
#INSTALL_LOCATION_APP = <install path> #INSTALL_LOCATION = <install path>
# Use this when your IOC and the host use different paths # Use this when your IOC and the host use different paths
# to access the application. Typically this will be # to access the application. Typically this will be
......
...@@ -135,10 +135,6 @@ is to use only CA). You can also configure where the re2c tool is ...@@ -135,10 +135,6 @@ is to use only CA). You can also configure where the re2c tool is
installed (the default configuration assumes that it can be found in installed (the default configuration assumes that it can be found in
your ``PATH``). your ``PATH``).
Note: setting ``INSTALL_LOCATION_APP`` currently does not work.
.. todo:: fix build with INSTALL_LOCATION set
Your environment should be configured for building EPICS applications. Your environment should be configured for building EPICS applications.
This means that ``EPICS_HOST_ARCH`` and (possibly) ``LD_LIBRARY_PATH`` This means that ``EPICS_HOST_ARCH`` and (possibly) ``LD_LIBRARY_PATH``
should be correctly defined. See the `EPICS Application Developer's should be correctly defined. See the `EPICS Application Developer's
......
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