Move how Alepha builds.

This commit is contained in:
2026-05-05 15:44:55 -04:00
parent 122d3f894e
commit 3a1f192708
2 changed files with 12 additions and 2 deletions
+10
View File
@@ -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}