qol changes to windows build script
Shutdown write half when w_tx closes
Refresh stats at a higher rate
A mumble client that does not require a setup.
Cargo features:
generate-mumble-proto
: re-run protoc from Mumble.proto and MumbleUDP.proto
(requires protoc(1))generate-speexdsp-sys
: re-generate rust bindings from SpeexDSP headers
(requires libclang)system-fltk
(on by default): use an existing FLTK installvendor-speexdsp
: build and link statically to SpeexDSP (requires a C99
toolchain)vendor-sqlite
: build and link statically to SQLite (requires a C89
toolchain)Build requirements:
vendor-speexdsp
or feature
vendor-sqlite
are on)generate-speexdsp-sys
is on)generate-mumble-proto
is on)Dependencies:
system-fltk
is on)vendor-speexdsp
is off)vendor-sqlite
is off)See also the list of FLTK dependencies and build requirements if
feature system-fltk
is off.
Build and run the project with cargo:
cargo run --release
SPDX-License-Identifier: MPL-2.0