Skip to content

Commit

Permalink
Add link to Barry's script to README. (#819)
Browse files Browse the repository at this point in the history
* Add link to Barry's script to README.

* Wording update.

* Remove git hash from version string.

* s/devel2/dev2/
  • Loading branch information
tmiw authored Jan 30, 2025
1 parent d6577a1 commit 607dec1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ endif(APPLE)
# Adds a tag to the end of the version string. Leave empty
# for official release builds.
if(NOT DEFINED FREEDV_VERSION_TAG)
set(FREEDV_VERSION_TAG "devel")
set(FREEDV_VERSION_TAG "dev2")
add_definitions(-DUNOFFICIAL_RELEASE)
endif(NOT DEFINED FREEDV_VERSION_TAG)

Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,11 @@ Linux by following these steps:
(rade-venv) $ PYTHONPATH="$(pwd)/rade_src:$PYTHONPATH" src/freedv
```

Alternatively, you can use [this script](https://github.com/barjac/freedv-rade-build) developed by
Barry Jackson G4MKT to automate the above steps. While the FreeDV project thanks him for his contribution
to helping Linux users more easily get on the air with FreeDV, the FreeDV development team will not provide
support. All support inquiries regarding this script should be directed to the linked repo.

## Building without LPCNet

In preparation for possible future deprecation of FreeDV 2020 and 2020B modes, it is
Expand Down
3 changes: 2 additions & 1 deletion cmake/version.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
#define FREEDV_VERSION_SUFFIX @FreeDV_VERSION_TWEAK@

#if defined(FREEDV_VERSION_TAG)
#define FREEDV_VERSION ("@FreeDV_VERSION@-" FREEDV_VERSION_TAG "-" GIT_HASH)
//#define FREEDV_VERSION ("@FreeDV_VERSION@-" FREEDV_VERSION_TAG "-" GIT_HASH)
#define FREEDV_VERSION ("@FreeDV_VERSION@-" FREEDV_VERSION_TAG)
#else
#define FREEDV_VERSION ("@FreeDV_VERSION@")
#endif // defined(FREEDV_VERSION_TAG)
Expand Down

0 comments on commit 607dec1

Please sign in to comment.