Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How I got the build working #38

Open
termermc opened this issue Mar 31, 2023 · 5 comments
Open

How I got the build working #38

termermc opened this issue Mar 31, 2023 · 5 comments

Comments

@termermc
Copy link

termermc commented Mar 31, 2023

Since many people are having trouble getting it to build, here's the environment that I finally got it to build in:

OS: Debian 11 64bit (virtual machine)
Dependencies: libnice-dev, libssl-dev, make, gcc, clang

Before building, you need to swap out rtp in Cargo.toml with the following:

rtp = { git = "https://github.com/Skgland/rtp", rev = "83eb4dd", features = ["rfc5764-openssl"] }

I installed the latest Rust from rustup.rs and did cargo build --release.

Perhaps the dependency can be switched in a PR.

@termermc
Copy link
Author

Additionally, if you built it on another machine and need to run it on Ubuntu 22.04, you'll need to install libssl 1.1 on the machine you want to run it on manually:

wget http://nz2.archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2.17_amd64.deb

sudo dpkg -i libssl1.1_1.1.1f-1ubuntu2.17_amd64.deb

@termermc
Copy link
Author

Prebuilt binaries for linux x86_64 and install instructions: https://git.termer.net/termer/mumble-web-prebuilt

@poVoq
Copy link

poVoq commented Apr 22, 2023

Thanks a lot for this! Any chance you would be willing to look into fixing the code itself?

@termermc
Copy link
Author

@poVoq I'm not very proficient with Rust and don't have the time to do that, sorry

@Jw9394
Copy link

Jw9394 commented Aug 24, 2024

ty so much!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants