improved README and comments
This commit is contained in:
@@ -2,11 +2,13 @@ export CPP_COMPILER=aarch64-buildroot-linux-gnu-g++
|
||||
|
||||
export BD=${PWD}AARCH64_BUILD/
|
||||
|
||||
# headers are good even if from ARM
|
||||
|
||||
# libraries must point to the right one
|
||||
|
||||
RESOURCES_LOC=${PWD}../../resources/
|
||||
# headers are good even if from ARM
|
||||
# libraries must point to the right one
|
||||
|
||||
# for each libWWW.so.X.Y.Z
|
||||
# ln -s /usr/lib/x..../libWWW.so.X.Y.Z /usr/lib/x..../libWWW.so
|
||||
export WAYLAND_LIBRARIES=${RESOURCES_LOC}libraries/
|
||||
export EGL_LIBRARIES=${RESOURCES_LOC}libraries/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user