boringtun icon indicating copy to clipboard operation
boringtun copied to clipboard

Build issue - Instructions seem incorect

Open greg-hydrogen opened this issue 3 years ago • 2 comments

Hello Everyone,

when building boringtun based on the READMEI get the following error

Executable: cargo build --bin boringtun --release [--target $(TARGET_TRIPLE)] specifically using this cargo build --bin boringtun --release

I get the following error error: no bin target named `boringtun'

looking at the Azure CI pipeline it looks like the command is actualy cargo build --bin boringtun-cli --release

That seems to work, not sure if the main README needs to be updated?

Thanks, Greg

greg-hydrogen avatar Mar 14 '22 18:03 greg-hydrogen

We recently made some changes to the project layout, and we have not updated the readme yet. boringtun-cli is the new name of the binary.

Noah-Kennedy avatar Mar 14 '22 20:03 Noah-Kennedy

I'm gonna leave this open as an issue because the docs need some love here.

Noah-Kennedy avatar Mar 14 '22 20:03 Noah-Kennedy