Move how Alepha builds.
This commit is contained in:
@@ -8,5 +8,15 @@ pushd ..
|
||||
./autogen.sh
|
||||
popd
|
||||
|
||||
rm -fR alepha-build
|
||||
mkdir alepha-build
|
||||
cd alepha-build
|
||||
echo "Setting up Alepha"
|
||||
cmake -GNinja -DCMAKE_BUILD_TYPE=Release ../../Alepha
|
||||
cp ../../Alepha/helpful-things/Makefile .
|
||||
echo "Building Alepha"
|
||||
make
|
||||
cd ..
|
||||
|
||||
../configure --prefix=/usr --enable-ipv6 CXXFLAGS="-O0 -g"
|
||||
make -kj${count}
|
||||
|
||||
+2
-2
@@ -22,9 +22,9 @@ flenser_LDADD = \
|
||||
$(top_builddir)/lout/liblout.a \
|
||||
@LIBJPEG_LIBS@ @LIBPNG_LIBS@ @LIBWEBP_LIBS@ @LIBFLTK_LIBS@ @LIBZ_LIBS@ \
|
||||
@LIBICONV_LIBS@ @LIBPTHREAD_LIBS@ @LIBX11_LIBS@ @LIBSSL_LIBS@ \
|
||||
-L $(top_builddir)/../Alepha/build/ -lalepha
|
||||
-L $(top_builddir)/alepha-build/ -lalepha
|
||||
|
||||
flenser_LDFLAGS = -Wl,-rpath,'$$ORIGIN/../../Alepha/build/'
|
||||
flenser_LDFLAGS = -Wl,-rpath,'$$ORIGIN/../alepha-build/'
|
||||
|
||||
|
||||
flenser_SOURCES = \
|
||||
|
||||
Reference in New Issue
Block a user