You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a user wants to load the dictionaries at runtime and follows the instruction given in the README, she might try cargo build: this will produce a crash in build.rs:
10: build_script_build::main
at ./build.rs:238
The correct command is cargo build --features build_dictionaries.
The text was updated successfully, but these errors were encountered:
If a user wants to load the dictionaries at runtime and follows the instruction given in the README, she might try
cargo build
: this will produce a crash inbuild.rs
:The correct command is
cargo build --features build_dictionaries
.The text was updated successfully, but these errors were encountered: