Skip to content

Commit

Permalink
Update to version 3.5.0 with feature and documentation changes
Browse files Browse the repository at this point in the history
- Updated version number from 3.4.0 to 3.5.0 in all relevant files.
- Replaced screenshot in README to reflect version 3.5.0.
- Added VOLK to acknowledgments section in README.
- Enabled SIMD optimization and increased build thread count to 6.
  • Loading branch information
tomneda committed Feb 2, 2025
1 parent d1fa0eb commit 2bee30b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ try_find_vcpkg_toolset_path()
print(CMAKE_TOOLCHAIN_FILE)

##############################
project(DABstar VERSION 3.4.0)
project(DABstar VERSION 3.5.0)
##############################

set(objectName "dabstar")
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

---
![screenshot.png](res/for_readme/screenshot.png)
(Picture from V3.4.0)
(Picture from V3.5.0)

---

Expand Down Expand Up @@ -332,7 +332,7 @@ sudo ldconfig

## Licences

Rights of Qt-DAB, AbracaDABra, Qt, Qwt, FFTW, FDK-AAC, libfaad, libsamplerate and libsndfile gratefully acknowledged.
Rights of Qt-DAB, AbracaDABra, Qt, Qwt, FFTW, VOLK, FDK-AAC, libfaad, libsamplerate and libsndfile gratefully acknowledged.

Rights of developers of RTLSDR library, SDRplay libraries, AIRspy library and others gratefully acknowledged.

Expand Down
2 changes: 1 addition & 1 deletion appimage_creator/build_only.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
DST=~/DABstarAppImage/build
cd $DST || exit

cmake --build . -- -j4
cmake --build . -- -j6
2 changes: 1 addition & 1 deletion appimage_creator/cmake_and_build_for_appimage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ rm -rf $DST
mkdir -p $DST
cd $DST || exit

cmake $SRC $CMFLAG $QtPath -DUSE_LTO=ON -DAIRSPY=ON -DSDRPLAY_V2=ON -DSDRPLAY_V3=ON -DHACKRF=ON -DLIMESDR=ON -DRTL_TCP=ON -DPLUTO=ON -DUHD=ON -DRTLSDR=ON -DUSE_HBF=OFF -DDATA_STREAMER=OFF -DVITERBI_SSE=ON -DVITERBI_NEON=OFF -DFDK_AAC=ON
cmake $SRC $CMFLAG $QtPath -DUSE_SIMD=ON -DUSE_LTO=ON -DAIRSPY=ON -DSDRPLAY_V2=ON -DSDRPLAY_V3=ON -DHACKRF=ON -DLIMESDR=ON -DRTL_TCP=ON -DPLUTO=ON -DUHD=ON -DRTLSDR=ON -DUSE_HBF=OFF -DDATA_STREAMER=OFF -DVITERBI_SSE=ON -DVITERBI_NEON=OFF -DFDK_AAC=ON

if [ $? -eq 0 ]; then
echo "cmake runs successfully, now we begin to build the application"
Expand Down
Binary file modified res/for_readme/screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2bee30b

Please sign in to comment.