mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2024-11-06 10:47:34 +01:00
Fixed missing const
This commit is contained in:
parent
a37a2d3b36
commit
8666aa07e7
@ -15,5 +15,5 @@ namespace style {
|
||||
}
|
||||
|
||||
namespace ImGui {
|
||||
void LeftLabel(char* text);
|
||||
void LeftLabel(const char* text);
|
||||
}
|
@ -19,7 +19,7 @@ cd SDRPlusPlus
|
||||
mkdir build
|
||||
cd build
|
||||
cmake .. -DOPT_BUILD_BLADERF_SOURCE=ON -DOPT_BUILD_LIMESDR_SOURCE=ON -DOPT_BUILD_SDRPLAY_SOURCE=ON -DOPT_BUILD_NEW_PORTAUDIO_SINK=ON -DOPT_BUILD_M17_DECODER=ON
|
||||
make VERBOSE=1 -j2
|
||||
make -j2
|
||||
|
||||
cd ..
|
||||
sh make_debian_package.sh ./build 'libfftw3-dev, libglfw3-dev, libglew-dev, libvolk2-dev, librtaudio-dev'
|
Loading…
Reference in New Issue
Block a user