how many times can someone fuck up a build script

This commit is contained in:
AlexandreRouma 2024-07-16 20:58:25 +02:00
parent 582750f79b
commit 981592fa19
9 changed files with 9 additions and 9 deletions

View File

@ -33,7 +33,7 @@ cd build
cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr
make -j2
make install
cd ..
cd ../../
cd SDRPlusPlus
mkdir build

View File

@ -33,7 +33,7 @@ cd build
cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr
make -j2
make install
cd ..
cd ../../
cd SDRPlusPlus
mkdir build

View File

@ -33,7 +33,7 @@ cd build
cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr
make -j2
make install
cd ..
cd ../../
cd SDRPlusPlus
mkdir build

View File

@ -33,7 +33,7 @@ cd build
cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr
make -j2
make install
cd ..
cd ../../
cd SDRPlusPlus
mkdir build

View File

@ -59,7 +59,7 @@ cd build
cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr
make -j2
make install
cd ..
cd ../../
# Fix missing .pc file for codec2
echo 'prefix=/usr/' >> /usr/share/pkgconfig/codec2.pc

View File

@ -33,7 +33,7 @@ cd build
cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr
make -j2
make install
cd ..
cd ../../
cd SDRPlusPlus
mkdir build

View File

@ -33,7 +33,7 @@ cd build
cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr
make -j2
make install
cd ..
cd ../../
cd SDRPlusPlus
mkdir build

View File

@ -33,7 +33,7 @@ cd build
cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr
make -j2
make install
cd ..
cd ../../
cd SDRPlusPlus
mkdir build

View File

@ -33,7 +33,7 @@ cd build
cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr
make -j2
make install
cd ..
cd ../../
cd SDRPlusPlus
mkdir build