
7 changed files with 38 additions and 23 deletions
@ -1,12 +1,4 @@ |
|||
# 1st Party Dependencies |
|||
## Prefer git tags instead of SHA hashes when possible. |
|||
|
|||
# Change: |
|||
# libpEpAdapter does not specify any dependencies atm. |
|||
# libpEpAdapter is always being used as part of an adapter |
|||
# This adapter has to specify the pEpEngine version .e.g |
|||
|
|||
|
|||
# fdik: dep graph has to be taken from DEP file |
|||
# fdik: dependencies need to be resolved recursively from top to bottom |
|||
# fdik: stack then needs to be built from the bottom up |
|||
libpEpCxx11=3.3.0-RC0 |
|||
|
@ -1,7 +1,7 @@ |
|||
# This is an Example build config file (local.conf) |
|||
# This is an Example build config file (build.conf) |
|||
# you might not need this file, but if the defaults dont work for you |
|||
# You can override them here. |
|||
# Tweak the values to your needs and rename it to local.conf |
|||
# Tweak the values to your needs and rename it to build.conf |
|||
|
|||
######### C++ Compiler ######### |
|||
# Should work with clang and g++ |
@ -1,8 +1,8 @@ |
|||
#!/usr/bin/env sh |
|||
set -exo |
|||
|
|||
echo "ENGINE_LIB_PATH=${INSTPREFIX}/lib" >> local.conf |
|||
echo "ENGINE_INC_PATH=${INSTPREFIX}/include" >> local.conf |
|||
echo "ENGINE_LIB_PATH=${INSTPREFIX}/lib" >> build.conf |
|||
echo "ENGINE_INC_PATH=${INSTPREFIX}/include" >> build.conf |
|||
|
|||
make |
|||
make install PREFIX="${INSTPREFIX}" |
|||
|
@ -1,8 +1,8 @@ |
|||
#!/usr/bin/env sh |
|||
set -exo |
|||
|
|||
echo "ENGINE_LIB_PATH=${INSTPREFIX}/lib" >> local.conf |
|||
echo "ENGINE_INC_PATH=${INSTPREFIX}/include" >> local.conf |
|||
echo "ENGINE_LIB_PATH=${INSTPREFIX}/lib" >> build.conf |
|||
echo "ENGINE_INC_PATH=${INSTPREFIX}/include" >> build.conf |
|||
|
|||
make |
|||
make install PREFIX="${INSTPREFIX}" |
|||
|
Loading…
Reference in new issue